Freigeben über


BlueprintsOperationsExtensions.ListAsync Methode

Definition

Blaupausendefinitionen auflisten.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.BlueprintModel>> ListAsync (this Microsoft.Azure.Management.Blueprint.IBlueprintsOperations operations, string resourceScope, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Blueprint.IBlueprintsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.BlueprintModel>>
<Extension()>
Public Function ListAsync (operations As IBlueprintsOperations, resourceScope As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BlueprintModel))

Parameter

operations
IBlueprintsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceScope
String

Der Bereich der Ressource. Gültige Bereiche sind: Verwaltungsgruppe (Format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), Abonnement (Format: '/subscriptions/{subscriptionId}').

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: