pub struct MoverResult {
pub description: Output<Option<String>>,
pub location: Output<String>,
pub name: Output<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<String>
Specifies the Azure Region where the Storage Mover should exist. Changing this forces a new Storage Mover to be created.
name: Output<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.
Auto Trait Implementations§
impl Freeze for MoverResult
impl RefUnwindSafe for MoverResult
impl Send for MoverResult
impl Sync for MoverResult
impl Unpin for MoverResult
impl UnwindSafe for MoverResult
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