OperationalInsightsWorkspaceResource.GetAvailableServiceTiers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET