IBlueprintClient.ListBlueprints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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