Freigeben über


TemplateSpecCollection.GetAllAsync Methode

Definition

Listet alle Vorlagenspezifikationen innerhalb der angegebenen Ressourcengruppe auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Resources/templateSpecs
  • Vorgangs-IdTemplateSpecs_ListByResourceGroup
public virtual Azure.AsyncPageable<Azure.ResourceManager.Resources.TemplateSpecResource> GetAllAsync (Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.TemplateSpecResource>
override this.GetAllAsync : Nullable<Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.TemplateSpecResource>
Public Overridable Function GetAllAsync (Optional expand As Nullable(Of TemplateSpecExpandKind) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of TemplateSpecResource)

Parameter

expand
Nullable<TemplateSpecExpandKind>

Ermöglicht die Erweiterung zusätzlicher Vorlagenspezifikationsdetails in der Antwort. Optional.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: