IaasVMILRRegistrationRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Restore files/folders from a backup copy of IaaS VM.
public class IaasVMILRRegistrationRequest : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequest
type IaasVMILRRegistrationRequest = class
inherit ILRRequest
Public Class IaasVMILRRegistrationRequest
Inherits ILRRequest
- Inheritance
Constructors
IaasVMILRRegistrationRequest() |
Initializes a new instance of the IaasVMILRRegistrationRequest class. |
IaasVMILRRegistrationRequest(String, String, String, Nullable<Boolean>) |
Initializes a new instance of the IaasVMILRRegistrationRequest class. |
Properties
InitiatorName |
Gets or sets iSCSI initiator name. |
RecoveryPointId |
Gets or sets ID of the IaaS VM backup copy from where the files/folders have to be restored. |
RenewExistingRegistration |
Gets or sets whether to renew existing registration with the iSCSI server. |
VirtualMachineId |
Gets or sets fully qualified ARM ID of the virtual machine whose the files / folders have to be restored. |