Condividi tramite


DataReplicationFabricProperties Class

Definition

Fabric model properties.

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

Constructors

DataReplicationFabricProperties(FabricModelCustomProperties)

Initializes a new instance of DataReplicationFabricProperties.

Properties

CustomProperties

Fabric model custom properties. Please note FabricModelCustomProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzStackHciFabricModelCustomProperties, GeneralFabricModelCustomProperties, HyperVMigrateFabricModelCustomProperties and VMwareMigrateFabricModelCustomProperties.

Health

Gets or sets the fabric health.

HealthErrors

Gets or sets the list of health errors.

ProvisioningState

Gets or sets the provisioning state of the fabric.

ServiceEndpoint

Gets or sets the service endpoint.

ServiceResourceId

Gets or sets the service resource Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataReplicationFabricProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataReplicationFabricProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataReplicationFabricProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataReplicationFabricProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataReplicationFabricProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to