Freigeben über


BillingSubscriptionAliasCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet die Abonnementaliase für ein Abrechnungskonto auf. Der Vorgang wird für arbeitsplatzbasierte Abrechnungsabonnements unterstützt.

  • Request Path/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptionAliases
  • Vorgangs-IdBillingSubscriptionsAliases_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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von BillingSubscriptionAliasResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: