BillingExtensions.GetBillingAccountPaymentMethodAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
課金アカウントで使用できる支払い方法を取得します。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。
- 要求パス/プロバイダー/Microsoft.Billing/billingAccounts/{billingAccountName}/paymentMethods/{paymentMethodName}
- 操作IdPaymentMethods_GetByBillingAccount
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingAccountPaymentMethodResource>> GetBillingAccountPaymentMethodAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountName, string paymentMethodName, System.Threading.CancellationToken cancellationToken = default);
static member GetBillingAccountPaymentMethodAsync : Azure.ResourceManager.Resources.TenantResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingAccountPaymentMethodResource>>
<Extension()>
Public Function GetBillingAccountPaymentMethodAsync (tenantResource As TenantResource, billingAccountName As String, paymentMethodName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BillingAccountPaymentMethodResource))
パラメーター
- tenantResource
- TenantResource
TenantResourceメソッドが実行するインスタンス。
- billingAccountName
- String
課金アカウントを一意に識別する ID。
- paymentMethodName
- String
支払い方法を一意に識別する ID。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
billingAccountName
または paymentMethodName
が空の文字列であり、空でないと想定されていました。
billingAccountName
または paymentMethodName
が null です。