Share via


IBlueprintClient.ListBlueprints Method

Definition

Overloads

ListBlueprints(List<String>)
ListBlueprints(String)

ListBlueprints(List<String>)

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Blueprint.Models.PSBlueprint> ListBlueprints (System.Collections.Generic.List<string> scopes);
abstract member ListBlueprints : System.Collections.Generic.List<string> -> seq<Microsoft.Azure.Commands.Blueprint.Models.PSBlueprint>
Public Function ListBlueprints (scopes As List(Of String)) As IEnumerable(Of PSBlueprint)

Parameters

scopes
List<String>

Returns

Applies to

ListBlueprints(String)

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Blueprint.Models.PSBlueprint> ListBlueprints (string scope);
abstract member ListBlueprints : string -> seq<Microsoft.Azure.Commands.Blueprint.Models.PSBlueprint>
Public Function ListBlueprints (scope As String) As IEnumerable(Of PSBlueprint)

Parameters

scope
String

Returns

Applies to