Share via


MockableBillingTenantResource.GetBillingPaymentMethodLinks Method

Definition

Gets a collection of BillingPaymentMethodLinkResources in the TenantResource.

public virtual Azure.ResourceManager.Billing.BillingPaymentMethodLinkCollection GetBillingPaymentMethodLinks (string billingAccountName, string billingProfileName);
abstract member GetBillingPaymentMethodLinks : string * string -> Azure.ResourceManager.Billing.BillingPaymentMethodLinkCollection
override this.GetBillingPaymentMethodLinks : string * string -> Azure.ResourceManager.Billing.BillingPaymentMethodLinkCollection
Public Overridable Function GetBillingPaymentMethodLinks (billingAccountName As String, billingProfileName As String) As BillingPaymentMethodLinkCollection

Parameters

billingAccountName
String

The ID that uniquely identifies a billing account.

billingProfileName
String

The ID that uniquely identifies a billing profile.

Returns

An object representing collection of BillingPaymentMethodLinkResources and their operations over a BillingPaymentMethodLinkResource.

Exceptions

billingAccountName or billingProfileName is null.

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

Applies to