Share via


OperationalInsightsWorkspaceResource.GetAvailableServiceTiers Method

Definition

Gets the available service tiers for the workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/availableServiceTiers
  • Operation Id: AvailableServiceTiers_ListByWorkspace
  • Default Api Version: 2020-08-01
public virtual Azure.Pageable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsAvailableServiceTier> GetAvailableServiceTiers (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAvailableServiceTiers : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsAvailableServiceTier>
override this.GetAvailableServiceTiers : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsAvailableServiceTier>
Public Overridable Function GetAvailableServiceTiers (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of OperationalInsightsAvailableServiceTier)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of OperationalInsightsAvailableServiceTier that may take multiple service requests to iterate over.

Applies to