BlueprintClient.ListArtifacts(String, String, String) 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.
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Blueprint.Models.PSArtifact> ListArtifacts (string scope, string blueprintName, string version);
abstract member ListArtifacts : string * string * string -> seq<Microsoft.Azure.Commands.Blueprint.Models.PSArtifact>
override this.ListArtifacts : string * string * string -> seq<Microsoft.Azure.Commands.Blueprint.Models.PSArtifact>
Public Function ListArtifacts (scope As String, blueprintName As String, version As String) As IEnumerable(Of PSArtifact)
Parameters
- scope
- String
- blueprintName
- String
- version
- String