InMageAzureV2ManagedDiskDetails Class

Definition

InMageAzureV2 Managed disk details.

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

Properties

DiskEncryptionSetId

The DiskEncryptionSet ARM ID.

DiskId

The disk id.

ReplicaDiskType

The replica disk type.

SeedManagedDiskId

Seed managed disk Id.

TargetDiskName

The target disk name.

Explicit Interface Implementations

IJsonModel<InMageAzureV2ManagedDiskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InMageAzureV2ManagedDiskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InMageAzureV2ManagedDiskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageAzureV2ManagedDiskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageAzureV2ManagedDiskDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to