HyperVReplicaAzureManagedDiskDetails Class

Definition

Hyper-V Managed disk details.

public class HyperVReplicaAzureManagedDiskDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVReplicaAzureManagedDiskDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVReplicaAzureManagedDiskDetails>
type HyperVReplicaAzureManagedDiskDetails = class
    interface IJsonModel<HyperVReplicaAzureManagedDiskDetails>
    interface IPersistableModel<HyperVReplicaAzureManagedDiskDetails>
Public Class HyperVReplicaAzureManagedDiskDetails
Implements IJsonModel(Of HyperVReplicaAzureManagedDiskDetails), IPersistableModel(Of HyperVReplicaAzureManagedDiskDetails)
Inheritance
HyperVReplicaAzureManagedDiskDetails
Implements

Properties

DiskEncryptionSetId

The disk encryption set ARM Id.

DiskId

The disk Id.

ReplicaDiskType

The replica disk type.

SeedManagedDiskId

Seed managed disk Id.

Explicit Interface Implementations

IJsonModel<HyperVReplicaAzureManagedDiskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HyperVReplicaAzureManagedDiskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HyperVReplicaAzureManagedDiskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HyperVReplicaAzureManagedDiskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HyperVReplicaAzureManagedDiskDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to