Udostępnij za pośrednictwem


PublishedBlueprintsOperationsExtensions.ListAsync Metoda

Definicja

Wyświetl listę opublikowanych wersji danej definicji strategii.

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

Parametry

operations
IPublishedBlueprintsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceScope
String

Zakres zasobu. Prawidłowe zakresy to: grupa zarządzania (format: "/providers/Microsoft.Management/managementGroups/{managementGroup}"), subskrypcja (format: "/subscriptions/{subscriptionId}").

blueprintName
String

Nazwa definicji strategii.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy