Share via


BillingExtensions.GetBillingPaymentMethodAsync Method

Definition

Gets a payment method owned by the caller.

  • Request Path: /providers/Microsoft.Billing/paymentMethods/{paymentMethodName}
  • Operation Id: PaymentMethods_GetByUser
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodResource>> GetBillingPaymentMethodAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, string paymentMethodName, System.Threading.CancellationToken cancellationToken = default);
static member GetBillingPaymentMethodAsync : Azure.ResourceManager.Resources.TenantResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodResource>>
<Extension()>
Public Function GetBillingPaymentMethodAsync (tenantResource As TenantResource, paymentMethodName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BillingPaymentMethodResource))

Parameters

tenantResource
TenantResource

The TenantResource instance the method will execute against.

paymentMethodName
String

The ID that uniquely identifies a payment method.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

tenantResource or paymentMethodName is null.

paymentMethodName is an empty string, and was expected to be non-empty.

Applies to