DataReplicationFabricProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| DataReplicationFabricProperties(DataReplicationFabricCustomProperties) |
Initializes a new instance of DataReplicationFabricProperties. |
| DataReplicationFabricProperties(FabricModelCustomProperties) |
Initializes a new instance of DataReplicationFabricProperties. |
Properties
| Name | Description |
|---|---|
| CustomProperties |
Fabric model custom properties. |
| 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
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |