pub struct MoverArgs {
pub description: Output<Option<String>>,
pub location: Output<Option<String>>,
pub name: Output<Option<String>>,
pub resource_group_name: Output<String>,
pub tags: Output<Option<HashMap<String, String>>>,
}
Fields§
§description: Output<Option<String>>
A description for the Storage Mover.
location: Output<Option<String>>
Specifies the Azure Region where the Storage Mover should exist. Changing this forces a new Storage Mover to be created.
name: Output<Option<String>>
Specifies the name which should be used for this Storage Mover. Changing this forces a new Storage Mover to be created.
resource_group_name: Output<String>
Specifies the name of the Resource Group where the Storage Mover should exist. Changing this forces a new Storage Mover to be created.
A mapping of tags which should be assigned to the Storage Mover.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MoverArgs
impl RefUnwindSafe for MoverArgs
impl Send for MoverArgs
impl Sync for MoverArgs
impl Unpin for MoverArgs
impl UnwindSafe for MoverArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)