Partilhar via


BillingExtensions.GetBillingAccountPaymentMethodAsync Método

Definição

Obtém uma forma de pagamento disponível para uma conta de cobrança. A operação tem suporte apenas para contas de cobrança com o tipo de contrato Contrato de Cliente da Microsoft.

  • Caminho da Solicitação/provedores/Microsoft.Billing/billingAccounts/{billingAccountName}/paymentMethods/{paymentMethodName}
  • Operação 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))

Parâmetros

tenantResource
TenantResource

A TenantResource instância em que o método será executado.

billingAccountName
String

A ID que identifica exclusivamente uma conta de cobrança.

paymentMethodName
String

A ID que identifica exclusivamente uma forma de pagamento.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

billingAccountName ou paymentMethodName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

billingAccountName ou paymentMethodName é nulo.

Aplica-se a