Get Cluster Result
data class GetClusterResult(val associatedWorkspaces: List<AssociatedWorkspaceResponse>? = null, val billingType: String? = null, val capacityReservationProperties: CapacityReservationPropertiesResponse? = null, val clusterId: String, val createdDate: String, val id: String, val identity: IdentityResponse? = null, val isAvailabilityZonesEnabled: Boolean? = null, val keyVaultProperties: KeyVaultPropertiesResponse? = null, val lastModifiedDate: String, val location: String, val name: String, val provisioningState: String, val sku: ClusterSkuResponse? = null, val tags: Map<String, String>? = null, val type: String)
The top level Log Analytics cluster resource container.
Constructors
Link copied to clipboard
fun GetClusterResult(associatedWorkspaces: List<AssociatedWorkspaceResponse>? = null, billingType: String? = null, capacityReservationProperties: CapacityReservationPropertiesResponse? = null, clusterId: String, createdDate: String, id: String, identity: IdentityResponse? = null, isAvailabilityZonesEnabled: Boolean? = null, keyVaultProperties: KeyVaultPropertiesResponse? = null, lastModifiedDate: String, location: String, name: String, provisioningState: String, sku: ClusterSkuResponse? = null, tags: Map<String, String>? = null, type: String)