BillingSubscriptionAliasCollection.GetAllAsync(CancellationToken) 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
public virtual Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingSubscriptionAliasResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingSubscriptionAliasResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingSubscriptionAliasResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BillingSubscriptionAliasResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to