BillingSubscriptionCollection.GetAll(CancellationToken) メソッド

定義

課金アカウントのサブスクリプションを一覧表示します。 この操作は現在、契約の種類が Microsoft 顧客契約、Microsoft Partner Agreement、Microsoft Online Services Program の課金アカウントでサポートされています。

  • 要求パス/プロバイダー/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions
  • 操作IdBillingSubscriptions_ListByBillingAccount
public virtual Azure.Pageable<Azure.ResourceManager.Billing.BillingSubscriptionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.BillingSubscriptionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.BillingSubscriptionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BillingSubscriptionResource)

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象