SubscriptionExtensions.GetBillingAccountPolicy メソッド

定義

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

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

パラメーター

tenantResource
TenantResource

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

billingAccountId
String

課金アカウント ID。

cancellationToken
CancellationToken

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

戻り値

例外

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

billingAccountId が null です。

適用対象