available_service_tiers
Creates, updates, deletes, gets or lists an available_service_tiers resource.
Overview
| Name | available_service_tiers |
| Type | Resource |
| Id | azure.log_analytics.available_service_tiers |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list_by_workspace | exec | subscriptionId, resourceGroupName, workspaceName | Gets the available service tiers for the workspace. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
subscriptionId | string | The ID of the target subscription. |
workspaceName | string | The name of the workspace. |
Lifecycle Methods
- list_by_workspace
Gets the available service tiers for the workspace.
EXEC azure.log_analytics.available_service_tiers.list_by_workspace
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@workspaceName='{{ workspaceName }}' --required
;