BillingPaymentMethodResource.Get(CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un mode de paiement appartenant à l’appelant.
- Chemin de la demande/providers/Microsoft.Billing/paymentMethods/{paymentMethodName}
- IdPaymentMethods_GetByUser d’opération
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)
Paramètres
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.