Share via


VMwareFabricAgentCustomProperties Class

Definition

VMware fabric agent model custom properties.

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

Constructors

VMwareFabricAgentCustomProperties(String, DataReplicationIdentity)

Initializes a new instance of VMwareFabricAgentCustomProperties.

Properties

BiosId

Gets or sets the BIOS Id of the fabric agent machine.

MarsAuthenticationIdentity

Identity model.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataReplicationFabricAgentCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataReplicationFabricAgentCustomProperties)
IJsonModel<VMwareFabricAgentCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareFabricAgentCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataReplicationFabricAgentCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DataReplicationFabricAgentCustomProperties)
IPersistableModel<VMwareFabricAgentCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareFabricAgentCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareFabricAgentCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to