Cluster interface
The top level Log Analytics cluster resource container.
- Extends
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 |
| identity | The managed service identities assigned to this resource. |
| 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. |
| 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 |
| system |
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
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
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