FabricModelPropertiesResponse

data class FabricModelPropertiesResponse(val customProperties: Any, val health: String, val healthErrors: List<HealthErrorModelResponse>, val provisioningState: String, val serviceEndpoint: String, val serviceResourceId: String)

Fabric model properties.

Constructors

Link copied to clipboard
constructor(customProperties: Any, health: String, healthErrors: List<HealthErrorModelResponse>, provisioningState: String, serviceEndpoint: String, serviceResourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Fabric model custom properties.

Link copied to clipboard

Gets or sets the fabric health.

Link copied to clipboard

Gets or sets the list of health errors.

Link copied to clipboard

Gets or sets the provisioning state of the fabric.

Link copied to clipboard

Gets or sets the service endpoint.

Link copied to clipboard

Gets or sets the service resource Id.