BillingSubscriptionAliasCollection.GetAllAsync Method

Definition

Lists the subscription aliases for a billing account. The operation is supported for seat based billing subscriptions.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptionAliases
  • Operation Id: BillingSubscriptionsAliases_ListByBillingAccount
  • Default Api Version: 2024-04-01
  • Resource: BillingSubscriptionAliasResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingSubscriptionAliasResource> GetAllAsync (Azure.ResourceManager.Billing.Models.BillingSubscriptionAliasCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.Billing.Models.BillingSubscriptionAliasCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingSubscriptionAliasResource>
override this.GetAllAsync : Azure.ResourceManager.Billing.Models.BillingSubscriptionAliasCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingSubscriptionAliasResource>
Public Overridable Function GetAllAsync (options As BillingSubscriptionAliasCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BillingSubscriptionAliasResource)

Parameters

options
BillingSubscriptionAliasCollectionGetAllOptions

A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of BillingSubscriptionAliasResource that may take multiple service requests to iterate over.

Applies to