Condividi tramite


VMwareDraModelCustomProperties Class

Definition

VMware DRA model custom properties.

public class VMwareDraModelCustomProperties : Azure.ResourceManager.RecoveryServicesDataReplication.Models.DraModelCustomProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareDraModelCustomProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareDraModelCustomProperties>
type VMwareDraModelCustomProperties = class
    inherit DraModelCustomProperties
    interface IJsonModel<VMwareDraModelCustomProperties>
    interface IPersistableModel<VMwareDraModelCustomProperties>
Public Class VMwareDraModelCustomProperties
Inherits DraModelCustomProperties
Implements IJsonModel(Of VMwareDraModelCustomProperties), IPersistableModel(Of VMwareDraModelCustomProperties)
Inheritance
VMwareDraModelCustomProperties
Implements

Constructors

VMwareDraModelCustomProperties(String, DataReplicationIdentity)

Initializes a new instance of VMwareDraModelCustomProperties.

Properties

BiosId

Gets or sets the BIOS Id of the DRA machine.

MarsAuthenticationIdentity

Identity model.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DraModelCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DraModelCustomProperties)
IJsonModel<DraModelCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DraModelCustomProperties)
IJsonModel<VMwareDraModelCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareDraModelCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DraModelCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DraModelCustomProperties)
IPersistableModel<DraModelCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DraModelCustomProperties)
IPersistableModel<DraModelCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DraModelCustomProperties)
IPersistableModel<VMwareDraModelCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareDraModelCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareDraModelCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to