GetClusterResult

data class GetClusterResult(val associatedWorkspaces: List<AssociatedWorkspaceResponse>? = null, val azureApiVersion: String, val billingType: String? = null, val capacityReservationProperties: CapacityReservationPropertiesResponse? = null, val clusterId: String, val createdDate: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val isAvailabilityZonesEnabled: Boolean? = null, val isDoubleEncryptionEnabled: 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, azureApiVersion: String, billingType: String? = null, capacityReservationProperties: CapacityReservationPropertiesResponse? = null, clusterId: String, createdDate: String, id: String, identity: ManagedServiceIdentityResponse? = null, isAvailabilityZonesEnabled: Boolean? = null, isDoubleEncryptionEnabled: Boolean? = null, keyVaultProperties: KeyVaultPropertiesResponse? = null, lastModifiedDate: String, location: String, name: String, provisioningState: String, sku: ClusterSkuResponse? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of Log Analytics workspaces associated with the cluster

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val billingType: String? = null

The cluster's billing type.

Link copied to clipboard

Additional properties for capacity reservation

Link copied to clipboard

The ID associated with the cluster.

Link copied to clipboard

The cluster creation time

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Resource's identity.

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

Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true'

Link copied to clipboard

The associated key properties.

Link copied to clipboard

The last time the cluster was updated.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The provisioning state of the cluster.

Link copied to clipboard
val sku: ClusterSkuResponse? = null

The sku properties.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"