Share via


BillingPaymentMethodResource.Get(CancellationToken) Method

Definition

Gets a payment method owned by the caller.

  • Request Path: /providers/Microsoft.Billing/paymentMethods/{paymentMethodName}
  • Operation Id: PaymentMethods_GetByUser
public virtual Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingPaymentMethodResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to