次の方法で共有


DataMigrationExtensions.GetUsagesAsync メソッド

定義

このメソッドは、Database Migration Serviceのリージョン固有のクォータとリソース使用状況情報を返します。

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

パラメーター

subscriptionResource
SubscriptionResource

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

location
AzureLocation

操作の Azure リージョン。

cancellationToken
CancellationToken

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

戻り値

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

適用対象