Share via


IaasVmIlrRegistrationContent Class

Definition

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
IaasVmIlrRegistrationContent
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

IJsonModel<IaasVmIlrRegistrationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IaasVmIlrRegistrationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<IlrContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from IlrContent)
IJsonModel<IlrContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from IlrContent)
IPersistableModel<IaasVmIlrRegistrationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IaasVmIlrRegistrationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IaasVmIlrRegistrationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<IlrContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from IlrContent)
IPersistableModel<IlrContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from IlrContent)
IPersistableModel<IlrContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from IlrContent)

Applies to