IaasVmIlrRegistrationContent 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 IaasVmIlrRegistrationContent : Azure.ResourceManager.RecoveryServicesBackup.Models.IlrContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmIlrRegistrationContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmIlrRegistrationContent>
type IaasVmIlrRegistrationContent = class
inherit IlrContent
interface IJsonModel<IaasVmIlrRegistrationContent>
interface IPersistableModel<IaasVmIlrRegistrationContent>
Public Class IaasVmIlrRegistrationContent
Inherits IlrContent
Implements IJsonModel(Of IaasVmIlrRegistrationContent), IPersistableModel(Of IaasVmIlrRegistrationContent)
- Inheritance
- Implements
Constructors
IaasVmIlrRegistrationContent() |
Initializes a new instance of IaasVmIlrRegistrationContent. |
Properties
InitiatorName |
iSCSI initiator name. |
RecoveryPointId |
ID of the IaaS VM backup copy from where the files/folders have to be restored. |
RenewExistingRegistration |
Whether to renew existing registration with the iSCSI server. |
VirtualMachineId |
Fully qualified ARM ID of the virtual machine whose the files / folders have to be restored. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET