Freigeben über


BillingSubscriptionAliasCollection.GetAll(CancellationToken) Methode

Definition

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

  • Anfordern von Path/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptionAliases
  • Vorgang IdBillingSubscriptionsAliases_ListByBillingAccount
public virtual Azure.Pageable<Azure.ResourceManager.Billing.BillingSubscriptionAliasResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.BillingSubscriptionAliasResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.BillingSubscriptionAliasResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BillingSubscriptionAliasResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der BillingSubscriptionAliasResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: