Skip to main content

available_service_tiers

Creates, updates, deletes, gets or lists an available_service_tiers resource.

Overview

Nameavailable_service_tiers
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
list_by_workspaceexecsubscriptionId, resourceGroupName, workspaceNameGets 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.

NameDatatypeDescription
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstringThe ID of the target subscription.
workspaceNamestringThe name of the workspace.

Lifecycle Methods

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
;