VMwareCbtUpdateDiskContent Class

Definition

VMwareCbt disk input for update.

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

Constructors

VMwareCbtUpdateDiskContent(String)

Initializes a new instance of VMwareCbtUpdateDiskContent.

Properties

DiskId

The disk Id.

IsOSDisk

A value indicating whether the disk is the OS disk.

TargetDiskName

The target disk name.

Explicit Interface Implementations

IJsonModel<VMwareCbtUpdateDiskContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareCbtUpdateDiskContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VMwareCbtUpdateDiskContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareCbtUpdateDiskContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareCbtUpdateDiskContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to