IaasVmilrRegistrationRequest interface
Restore files/folders from a backup copy of IaaS VM.
- Extends
Properties
initiator |
iSCSI initiator name. |
object |
Polymorphic discriminator, which specifies the different types this object can be |
recovery |
ID of the IaaS VM backup copy from where the files/folders have to be restored. |
renew |
Whether to renew existing registration with the iSCSI server. |
virtual |
Fully qualified ARM ID of the virtual machine whose the files / folders have to be restored. |
Property Details
initiatorName
iSCSI initiator name.
initiatorName?: string
Property Value
string
objectType
Polymorphic discriminator, which specifies the different types this object can be
objectType: "IaasVMILRRegistrationRequest"
Property Value
"IaasVMILRRegistrationRequest"
recoveryPointId
ID of the IaaS VM backup copy from where the files/folders have to be restored.
recoveryPointId?: string
Property Value
string
renewExistingRegistration
Whether to renew existing registration with the iSCSI server.
renewExistingRegistration?: boolean
Property Value
boolean
virtualMachineId
Fully qualified ARM ID of the virtual machine whose the files / folders have to be restored.
virtualMachineId?: string
Property Value
string