FabricModelProperties interface
Fabric model properties.
Properties
| custom |
Fabric model custom properties. |
| health | Gets or sets the fabric health. |
| health |
Gets or sets the list of health errors. |
| provisioning |
Gets or sets the provisioning state of the fabric. |
| service |
Gets or sets the service endpoint. |
| service |
Gets or sets the service resource Id. |
Property Details
customProperties
Fabric model custom properties.
customProperties: FabricModelCustomPropertiesUnion
Property Value
health
Gets or sets the fabric health.
health?: string
Property Value
string
healthErrors
Gets or sets the list of health errors.
healthErrors?: HealthErrorModel[]
Property Value
provisioningState
Gets or sets the provisioning state of the fabric.
provisioningState?: string
Property Value
string
serviceEndpoint
Gets or sets the service endpoint.
serviceEndpoint?: string
Property Value
string
serviceResourceId
Gets or sets the service resource Id.
serviceResourceId?: string
Property Value
string