VMwareCbtProtectedDiskDetails Class

Definition

VMwareCbt protected disk details.

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

Properties

CapacityInBytes

The disk capacity in bytes.

DiskEncryptionSetId

The DiskEncryptionSet ARM Id.

DiskId

The disk id.

DiskName

The disk name.

DiskPath

The disk path.

DiskType

The disk type.

GatewayOperationDetails

A value indicating the gateway operation details.

IsOSDisk

A value indicating whether the disk is the OS disk.

LogStorageAccountId

The log storage account ARM Id.

LogStorageAccountSasSecretName

The key vault secret name of the log storage account.

SeedBlobUri

The uri of the seed blob.

SeedManagedDiskId

The ARM Id of the seed managed disk.

TargetBlobUri

The uri of the target blob.

TargetDiskName

The name for the target managed disk.

TargetManagedDiskId

The ARM Id of the target managed disk.

Explicit Interface Implementations

IJsonModel<VMwareCbtProtectedDiskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareCbtProtectedDiskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VMwareCbtProtectedDiskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareCbtProtectedDiskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareCbtProtectedDiskDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to