pub struct CreateProjectRequestBuilder { /* private fields */ }Implementations§
Source§impl CreateProjectRequestBuilder
impl CreateProjectRequestBuilder
pub fn send(self) -> ResponseResultBoxFuture<()>
Sourcepub fn description(self, description: impl Into<String>) -> Self
pub fn description(self, description: impl Into<String>) -> Self
Sourcepub fn resource_group_id(self, resource_group_id: impl Into<String>) -> Self
pub fn resource_group_id(self, resource_group_id: impl Into<String>) -> Self
Set the resource group ID (optional).
§Arguments
resource_group_id- Resource group ID to create project into.
Sourcepub fn data_redundancy_type(
self,
data_redundancy_type: impl Into<String>,
) -> Self
pub fn data_redundancy_type( self, data_redundancy_type: impl Into<String>, ) -> Self
Set the data redundancy type (optional).
§Arguments
data_redundancy_type- Data redundancy type. Valid values:LRS: Local redundant storageZRS: Zone redundant storage
Sourcepub fn recycle_bin_enabled(self, enabled: bool) -> Self
pub fn recycle_bin_enabled(self, enabled: bool) -> Self
Auto Trait Implementations§
impl Freeze for CreateProjectRequestBuilder
impl !RefUnwindSafe for CreateProjectRequestBuilder
impl Send for CreateProjectRequestBuilder
impl Sync for CreateProjectRequestBuilder
impl Unpin for CreateProjectRequestBuilder
impl !UnwindSafe for CreateProjectRequestBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more