BlueprintClient.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>
override this.ListBlueprints : System.Collections.Generic.List<string> -> seq<Microsoft.Azure.Commands.Blueprint.Models.PSBlueprint>
Public Iterator Overridable NotOverridable Function ListBlueprints (scopes As List(Of String)) As IEnumerable(Of PSBlueprint)
Parameters
Returns
Implements
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>
override this.ListBlueprints : string -> seq<Microsoft.Azure.Commands.Blueprint.Models.PSBlueprint>
Public Iterator Overridable NotOverridable Function ListBlueprints (scope As String) As IEnumerable(Of PSBlueprint)
Parameters
- scope
- String