次の方法で共有


BillingExtensions.GetBillingAccountPaymentMethod メソッド

定義

課金アカウントで使用できる支払い方法を取得します。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

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

パラメーター

tenantResource
TenantResource

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

billingAccountName
String

課金アカウントを一意に識別する ID。

paymentMethodName
String

支払い方法を一意に識別する ID。

cancellationToken
CancellationToken

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

戻り値

例外

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

billingAccountName または paymentMethodName が null です。

適用対象