Freigeben über


BlueprintCollection.GetAllAsync(CancellationToken) Methode

Definition

Blaupausendefinitionen auflisten.

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints
  • Vorgangs-IdBlueprints_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Blueprint.BlueprintResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Blueprint.BlueprintResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Blueprint.BlueprintResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BlueprintResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: