Freigeben über


SubscriptionsOperationsExtensions.ListQuotasAsync Methode

Definition

Ruft die aktuellen Kontingentinformationen des Abonnements in einer bestimmten Region ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotasListResult> ListQuotasAsync (this Microsoft.Azure.Management.StreamAnalytics.ISubscriptionsOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListQuotasAsync : Microsoft.Azure.Management.StreamAnalytics.ISubscriptionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotasListResult>
<Extension()>
Public Function ListQuotasAsync (operations As ISubscriptionsOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SubscriptionQuotasListResult)

Parameter

operations
ISubscriptionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

Die Region, in der die Kontingentinformationen des Abonnements abgerufen werden sollen. Hier erfahren Sie, in welchen Regionen Azure Stream Analytics unterstützt wird: https://azure.microsoft.com/en-us/regions/

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: