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. NOTE: This property will not be serialized. It can only be populated by the server. |
created |
The cluster creation time NOTE: This property will not be serialized. It can only be populated by the server. |
identity | The identity of the 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. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The provisioning state of the cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
sku | The sku properties. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
location | The geo-location where the resource lives |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
clusterId?: string
Property Value
string
createdDate
The cluster creation time NOTE: This property will not be serialized. It can only be populated by the server.
createdDate?: string
Property Value
string
identity
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. NOTE: This property will not be serialized. It can only be populated by the server.
lastModifiedDate?: string
Property Value
string
provisioningState
The provisioning state of the cluster. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
sku
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
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 NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type