ClusterProperties interface

Cluster properties.

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

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.

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

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