Dela via


PublishedBlueprintsOperationsExtensions.ListAsync Metod

Definition

Lista publicerade versioner av den angivna skissdefinitionen.

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))

Parametrar

operations
IPublishedBlueprintsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceScope
String

Resursens omfång. Giltiga omfång är: hanteringsgrupp (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), prenumeration (format: '/subscriptions/{subscriptionId}').

blueprintName
String

Namnet på skissdefinitionen.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Gäller för