Freigeben über


SubscriptionCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft alle Abonnements für einen Mandanten ab.

  • Anforderungspfad/Abonnements
  • Vorgangs-IdSubscriptions_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Resources.SubscriptionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.SubscriptionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.SubscriptionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SubscriptionResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: