BillingAccountPaymentMethodCollection Class

Definition

A class representing a collection of BillingAccountPaymentMethodResource and their operations. Each BillingAccountPaymentMethodResource in the collection will belong to the same instance of TenantResource. To get a BillingAccountPaymentMethodCollection instance call the GetBillingAccountPaymentMethods method from an instance of TenantResource.

public class BillingAccountPaymentMethodCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Billing.BillingAccountPaymentMethodResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Billing.BillingAccountPaymentMethodResource>
type BillingAccountPaymentMethodCollection = class
    inherit ArmCollection
    interface seq<BillingAccountPaymentMethodResource>
    interface IEnumerable
    interface IAsyncEnumerable<BillingAccountPaymentMethodResource>
Public Class BillingAccountPaymentMethodCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of BillingAccountPaymentMethodResource), IEnumerable(Of BillingAccountPaymentMethodResource)
Inheritance
BillingAccountPaymentMethodCollection
Implements

Constructors

BillingAccountPaymentMethodCollection()

Initializes a new instance of the BillingAccountPaymentMethodCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/paymentMethods/{paymentMethodName}
  • Operation Id: PaymentMethods_GetByBillingAccount
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/paymentMethods/{paymentMethodName}
  • Operation Id: PaymentMethods_GetByBillingAccount
Get(String, CancellationToken)

Gets a payment method available for a billing account. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/paymentMethods/{paymentMethodName}
  • Operation Id: PaymentMethods_GetByBillingAccount
GetAll(CancellationToken)

Lists the payment methods available for a billing account. Along with the payment methods owned by the caller, these payment methods can be attached to a billing profile to make payments. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/paymentMethods
  • Operation Id: PaymentMethods_ListByBillingAccount
GetAllAsync(CancellationToken)

Lists the payment methods available for a billing account. Along with the payment methods owned by the caller, these payment methods can be attached to a billing profile to make payments. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/paymentMethods
  • Operation Id: PaymentMethods_ListByBillingAccount
GetAsync(String, CancellationToken)

Gets a payment method available for a billing account. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/paymentMethods/{paymentMethodName}
  • Operation Id: PaymentMethods_GetByBillingAccount
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/paymentMethods/{paymentMethodName}
  • Operation Id: PaymentMethods_GetByBillingAccount
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/paymentMethods/{paymentMethodName}
  • Operation Id: PaymentMethods_GetByBillingAccount
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<BillingAccountPaymentMethodResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<BillingAccountPaymentMethodResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to