StreamAnalyticsExtensions.GetQuotasSubscriptionsAsync メソッド

定義

特定のリージョンのサブスクリプションの現在のクォータ情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/quotas
  • 操作IdSubscriptions_ListQuotas
public static Azure.AsyncPageable<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsSubscriptionQuota> GetQuotasSubscriptionsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetQuotasSubscriptionsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsSubscriptionQuota>
<Extension()>
Public Function GetQuotasSubscriptionsAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StreamAnalyticsSubscriptionQuota)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

location
AzureLocation

要求が送信されるリージョン。 Azure Stream Analytics がサポートされているリージョンについては、 https://azure.microsoft.com/en-us/regions/を参照してください。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の StreamAnalyticsSubscriptionQuota サービス要求を受け取る可能性がある の非同期コレクション。

適用対象