次の方法で共有


BillingAccountPolicyCollection.GetAsync(String, CancellationToken) メソッド

定義

課金アカウント ポリシーを取得します。

  • 要求パス/プロバイダー/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Subscription/policies/default
  • 操作IdBillingAccount_GetPolicy
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Subscription.BillingAccountPolicyResource>> GetAsync (string billingAccountId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Subscription.BillingAccountPolicyResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Subscription.BillingAccountPolicyResource>>
Public Overridable Function GetAsync (billingAccountId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BillingAccountPolicyResource))

パラメーター

billingAccountId
String

課金アカウント ID。

cancellationToken
CancellationToken

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

戻り値

例外

billingAccountId は空の文字列であり、空でないと想定されていました。

billingAccountId が null です。

適用対象