Compartir a través de


BillingPaymentMethodResource.GetAsync(CancellationToken) Método

Definición

Obtiene un método de pago propiedad del autor de la llamada.

  • Ruta de acceso de solicitud/providers/Microsoft.Billing/paymentMethods/{paymentMethodName}
  • IdPaymentMethods_GetByUser de operaciones
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodResource>> GetAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BillingPaymentMethodResource))

Parámetros

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Se aplica a