Get Cluster Result
data class GetClusterResult(val azureApiVersion: String, val createdAt: String, val id: String, val location: String? = null, val metricId: String, val name: String, val provisioningState: String, val sku: ClusterSkuResponse? = null, val status: String, val supportsScaling: Boolean? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val updatedAt: String)
Single Event Hubs Cluster resource in List or Get operations.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, createdAt: String, id: String, location: String? = null, metricId: String, name: String, provisioningState: String, sku: ClusterSkuResponse? = null, status: String, supportsScaling: Boolean? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, updatedAt: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Provisioning state of the Cluster.
Link copied to clipboard
Properties of the cluster SKU.
Link copied to clipboard
A value that indicates whether Scaling is Supported.
Link copied to clipboard
The system meta data relating to this resource.