Delen via


PublishedBlueprintsOperationsExtensions.List Methode

Definitie

Gepubliceerde versies van de opgegeven blauwdrukdefinitie weergeven.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint> List (this Microsoft.Azure.Management.Blueprint.IPublishedBlueprintsOperations operations, string resourceScope, string blueprintName);
static member List : Microsoft.Azure.Management.Blueprint.IPublishedBlueprintsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint>
<Extension()>
Public Function List (operations As IPublishedBlueprintsOperations, resourceScope As String, blueprintName As String) As IPage(Of PublishedBlueprint)

Parameters

operations
IPublishedBlueprintsOperations

De bewerkingsgroep voor deze extensiemethode.

resourceScope
String

Het bereik van de resource. Geldige bereiken zijn: beheergroep (indeling: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), abonnement (indeling: '/subscriptions/{subscriptionId}').

blueprintName
String

Naam van de blauwdrukdefinitie.

Retouren

Van toepassing op