VMwareCbtDiskContent Class

Definition

VMwareCbt disk input.

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

Constructors

VMwareCbtDiskContent(String, String, ResourceIdentifier, String)

Initializes a new instance of VMwareCbtDiskContent.

Properties

DiskEncryptionSetId

The DiskEncryptionSet ARM Id.

DiskId

The disk Id.

DiskType

The disk type.

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.

Explicit Interface Implementations

IJsonModel<VMwareCbtDiskContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareCbtDiskContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VMwareCbtDiskContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareCbtDiskContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareCbtDiskContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to