Cluster interface

The top level Log Analytics cluster resource container.

Extends

Properties

associatedWorkspaces

The list of Log Analytics workspaces associated with the cluster

billingType

The cluster's billing type.

capacityReservationProperties

Additional properties for capacity reservation

clusterId

The ID associated with the cluster.

createdDate

The cluster creation time

identity

The managed service identities assigned to this resource.

isAvailabilityZonesEnabled

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.

isDoubleEncryptionEnabled

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

keyVaultProperties

The associated key properties.

lastModifiedDate

The last time the cluster was updated.

provisioningState

The provisioning state of the cluster.

replication

Cluster's replication properties.

sku

The sku properties.

Inherited Properties

id

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

location

The geo-location where the resource lives

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags

Resource tags.

type

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

Property Details

associatedWorkspaces

The list of Log Analytics workspaces associated with the cluster

associatedWorkspaces?: AssociatedWorkspace[]

Property Value

billingType

The cluster's billing type.

billingType?: string

Property Value

string

capacityReservationProperties

Additional properties for capacity reservation

capacityReservationProperties?: CapacityReservationProperties

Property Value

clusterId

The ID associated with the cluster.

clusterId?: string

Property Value

string

createdDate

The cluster creation time

createdDate?: Date

Property Value

Date

identity

The managed service identities assigned to this resource.

identity?: ManagedServiceIdentity

Property Value

isAvailabilityZonesEnabled

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.

isAvailabilityZonesEnabled?: boolean

Property Value

boolean

isDoubleEncryptionEnabled

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

isDoubleEncryptionEnabled?: boolean

Property Value

boolean

keyVaultProperties

The associated key properties.

keyVaultProperties?: KeyVaultProperties

Property Value

lastModifiedDate

The last time the cluster was updated.

lastModifiedDate?: Date

Property Value

Date

provisioningState

The provisioning state of the cluster.

provisioningState?: string

Property Value

string

replication

Cluster's replication properties.

replication?: ClusterReplicationProperties

Property Value

sku

The sku properties.

sku?: ClusterSku

Property Value

Inherited Property Details

id

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

id?: string

Property Value

string

Inherited From TrackedResource.id

location

The geo-location where the resource lives

location: string

Property Value

string

Inherited From TrackedResource.location

name

The name of the resource

name?: string

Property Value

string

Inherited From TrackedResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From TrackedResource.systemData

tags

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From TrackedResource.tags

type

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

type?: string

Property Value

string

Inherited From TrackedResource.type