pub struct RestorePointCollectionResult {
pub location: Output<String>,
pub name: Output<String>,
pub resource_group_name: Output<String>,
pub source_virtual_machine_id: Output<String>,
pub tags: Output<Option<HashMap<String, String>>>,
}
Fields§
§location: Output<String>
The Azure location where the Virtual Machine Restore Point Collection should exist. Changing this forces a new resource to be created.
name: Output<String>
Specifies the name of the Virtual Machine Restore Point Collection. Changing this forces a new resource to be created.
resource_group_name: Output<String>
The name of the Resource Group in which the Virtual Machine Restore Point Collection should exist. Changing this forces a new resource to be created.
source_virtual_machine_id: Output<String>
The ID of the virtual machine that will be associated with this Virtual Machine Restore Point Collection. Changing this forces a new resource to be created.
A mapping of tags which should be assigned to this Virtual Machine Restore Point Collection.
Auto Trait Implementations§
impl Freeze for RestorePointCollectionResult
impl RefUnwindSafe for RestorePointCollectionResult
impl Send for RestorePointCollectionResult
impl Sync for RestorePointCollectionResult
impl Unpin for RestorePointCollectionResult
impl UnwindSafe for RestorePointCollectionResult
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