Package version:

The top level Log Analytics cluster resource container.

Hierarchy

Properties

associatedWorkspaces?: AssociatedWorkspace[]

The list of Log Analytics workspaces associated with the cluster

billingType?: string

The cluster's billing type.

capacityReservationProperties?: CapacityReservationProperties

Additional properties for capacity reservation

clusterId?: string

The ID associated with the cluster. NOTE: This property will not be serialized. It can only be populated by the server.

createdDate?: string

The cluster creation time NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

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.

identity?: Identity

The identity of the resource.

isAvailabilityZonesEnabled?: boolean

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?: boolean

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

keyVaultProperties?: KeyVaultProperties

The associated key properties.

lastModifiedDate?: string

The last time the cluster was updated. NOTE: This property will not be serialized. It can only be populated by the server.

location: string

The geo-location where the resource lives

name?: string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

The provisioning state of the cluster. NOTE: This property will not be serialized. It can only be populated by the server.

The sku properties.

tags?: {
    [propertyName: string]: string;
}

Resource tags.

Type declaration

  • [propertyName: string]: string
type?: string

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.

Generated using TypeDoc