MockableBillingTenantResource.GetBillingAccountPaymentMethods(String) Method

Definition

Gets a collection of BillingAccountPaymentMethodResources in the TenantResource.

public virtual Azure.ResourceManager.Billing.BillingAccountPaymentMethodCollection GetBillingAccountPaymentMethods (string billingAccountName);
abstract member GetBillingAccountPaymentMethods : string -> Azure.ResourceManager.Billing.BillingAccountPaymentMethodCollection
override this.GetBillingAccountPaymentMethods : string -> Azure.ResourceManager.Billing.BillingAccountPaymentMethodCollection
Public Overridable Function GetBillingAccountPaymentMethods (billingAccountName As String) As BillingAccountPaymentMethodCollection

Parameters

billingAccountName
String

The ID that uniquely identifies a billing account.

Returns

An object representing collection of BillingAccountPaymentMethodResources and their operations over a BillingAccountPaymentMethodResource.

Exceptions

billingAccountName is null.

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

Applies to