次の方法で共有


BillingPaymentMethodLinkCollection.Get(String, CancellationToken) メソッド

定義

課金プロファイルにリンクされている支払い方法を取得します。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

  • 要求パス/プロバイダー/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/paymentMethodLinks/{paymentMethodName}
  • 操作IdPaymentMethods_GetByBillingProfile
public virtual Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodLinkResource> Get (string paymentMethodName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodLinkResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodLinkResource>
Public Overridable Function Get (paymentMethodName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingPaymentMethodLinkResource)

パラメーター

paymentMethodName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

paymentMethodName が null です。

適用対象