ClusterProperties interface
Cluster properties.
Properties
| associated |
The list of Log Analytics workspaces associated with the cluster |
| billing |
The cluster's billing type. |
| capacity |
Additional properties for capacity reservation |
| cluster |
The ID associated with the cluster. |
| created |
The cluster creation time |
| is |
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. |
| is |
Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true' |
| key |
The associated key properties. |
| last |
The last time the cluster was updated. |
| provisioning |
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