IaasVMILRRegistrationRequest Class

Definition

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
IaasVMILRRegistrationRequest

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.

Applies to