FabricModelProperties interface
Fabric model properties.
Properties
custom |
Fabric model custom properties. |
health | Gets or sets the fabric health. NOTE: This property will not be serialized. It can only be populated by the server. |
health |
Gets or sets the list of health errors. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Gets or sets the provisioning state of the fabric. NOTE: This property will not be serialized. It can only be populated by the server. |
service |
Gets or sets the service endpoint. NOTE: This property will not be serialized. It can only be populated by the server. |
service |
Gets or sets the service resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
customProperties
Fabric model custom properties.
customProperties: FabricModelCustomPropertiesUnion
Property Value
health
Gets or sets the fabric health. NOTE: This property will not be serialized. It can only be populated by the server.
health?: string
Property Value
string
healthErrors
Gets or sets the list of health errors. NOTE: This property will not be serialized. It can only be populated by the server.
healthErrors?: HealthErrorModel[]
Property Value
provisioningState
Gets or sets the provisioning state of the fabric. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
serviceEndpoint
Gets or sets the service endpoint. NOTE: This property will not be serialized. It can only be populated by the server.
serviceEndpoint?: string
Property Value
string
serviceResourceId
Gets or sets the service resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
serviceResourceId?: string
Property Value
string
Azure SDK for JavaScript