SubscriptionExtensions.GetBillingAccountPolicy メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
課金アカウント ポリシーを取得します。
- 要求パス/プロバイダー/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 です。