RestorePointSourceMetadata interface
Describes the properties of the Virtual Machine for which the restore point was created. The properties provided are a subset and the snapshot of the overall Virtual Machine properties captured at the time of the restore point creation.
Properties
diagnostics |
Gets the diagnostics profile. NOTE: This property will not be serialized. It can only be populated by the server. |
hardware |
Gets the hardware profile. NOTE: This property will not be serialized. It can only be populated by the server. |
hyper |
HyperVGeneration of the source VM for which restore point is captured. NOTE: This property will not be serialized. It can only be populated by the server. |
license |
Gets the license type, which is for bring your own license scenario. NOTE: This property will not be serialized. It can only be populated by the server. |
location | Location of the VM from which the restore point was created. NOTE: This property will not be serialized. It can only be populated by the server. |
os |
Gets the OS profile. NOTE: This property will not be serialized. It can only be populated by the server. |
security |
Gets the security profile. NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
Gets the storage profile. |
user |
UserData associated with the source VM for which restore point is captured, which is a base-64 encoded value. NOTE: This property will not be serialized. It can only be populated by the server. |
vm |
Gets the virtual machine unique id. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
diagnosticsProfile
Gets the diagnostics profile. NOTE: This property will not be serialized. It can only be populated by the server.
diagnosticsProfile?: DiagnosticsProfile
Property Value
hardwareProfile
Gets the hardware profile. NOTE: This property will not be serialized. It can only be populated by the server.
hardwareProfile?: HardwareProfile
Property Value
hyperVGeneration
HyperVGeneration of the source VM for which restore point is captured. NOTE: This property will not be serialized. It can only be populated by the server.
hyperVGeneration?: string
Property Value
string
licenseType
Gets the license type, which is for bring your own license scenario. NOTE: This property will not be serialized. It can only be populated by the server.
licenseType?: string
Property Value
string
location
Location of the VM from which the restore point was created. NOTE: This property will not be serialized. It can only be populated by the server.
location?: string
Property Value
string
osProfile
Gets the OS profile. NOTE: This property will not be serialized. It can only be populated by the server.
osProfile?: OSProfile
Property Value
securityProfile
Gets the security profile. NOTE: This property will not be serialized. It can only be populated by the server.
securityProfile?: SecurityProfile
Property Value
storageProfile
Gets the storage profile.
storageProfile?: RestorePointSourceVMStorageProfile
Property Value
userData
UserData associated with the source VM for which restore point is captured, which is a base-64 encoded value. NOTE: This property will not be serialized. It can only be populated by the server.
userData?: string
Property Value
string
vmId
Gets the virtual machine unique id. NOTE: This property will not be serialized. It can only be populated by the server.
vmId?: string
Property Value
string