Get Cluster Result
data class GetClusterResult(val createdAt: String, val id: String, val location: String? = null, val metricId: String, val name: 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
fun GetClusterResult(createdAt: String, id: String, location: String? = null, metricId: String, name: String, sku: ClusterSkuResponse? = null, status: String, supportsScaling: Boolean? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, updatedAt: String)