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
constructor(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)
Properties
Link copied to clipboard
The list of Log Analytics workspaces associated with the cluster
Link copied to clipboard
The cluster's billing type.
Link copied to clipboard
Additional properties for capacity reservation
Link copied to clipboard
The cluster creation time
Link copied to clipboard
The identity of the resource.
Link copied to clipboard
Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones.
Link copied to clipboard
The associated key properties.
Link copied to clipboard
The last time the cluster was updated.
Link copied to clipboard
The provisioning state of the cluster.
Link copied to clipboard
The sku properties.