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
type DataReplicationFabricProperties = class
Public Class DataReplicationFabricProperties
- Inheritance
-
DataReplicationFabricProperties
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. |
Applies to
Azure SDK for .NET