ReservationQuotaCollection.GetAllAsync(CancellationToken) メソッド

定義

現在のクォータ (サービスの制限) とすべてのリソースの使用状況の一覧を取得します。 リスト クォータ操作からの応答を利用して、クォータの更新を要求できます。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimits
  • 操作IdQuota_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Reservations.ReservationQuotaResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Reservations.ReservationQuotaResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Reservations.ReservationQuotaResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ReservationQuotaResource)

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象