Share via


BillingAccountPaymentMethodCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/paymentMethods/{paymentMethodName}
  • Operation Id: PaymentMethods_GetByBillingAccount
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Billing.BillingAccountPaymentMethodResource>> GetIfExistsAsync (string paymentMethodName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Billing.BillingAccountPaymentMethodResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Billing.BillingAccountPaymentMethodResource>>
Public Overridable Function GetIfExistsAsync (paymentMethodName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of BillingAccountPaymentMethodResource))

Parameters

paymentMethodName
String

The ID that uniquely identifies a payment method.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

paymentMethodName is null.

Applies to