Share via


PublishedBlueprintsOperationsExtensions.List Method

Definition

List published versions of given blueprint definition.

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

The operations group for this extension method.

resourceScope
String

The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').

blueprintName
String

Name of the blueprint definition.

Returns

Applies to