Share via


ManagementGroupPublishedArtifactsExtensions.ListInManagementGroup Method

Definition

List artifacts for a published Blueprint.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.Artifact> ListInManagementGroup (this Microsoft.Azure.Management.Blueprint.IPublishedArtifactsOperations operations, string managementGroupName, string blueprintName, string versionId);
static member ListInManagementGroup : Microsoft.Azure.Management.Blueprint.IPublishedArtifactsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.Artifact>
<Extension()>
Public Function ListInManagementGroup (operations As IPublishedArtifactsOperations, managementGroupName As String, blueprintName As String, versionId As String) As IPage(Of Artifact)

Parameters

operations
IPublishedArtifactsOperations

The operations group for this extension method.

managementGroupName
String

azure managementGroup name, which we save the blueprint to.

blueprintName
String

name of the blueprint.

versionId
String

version of the published blueprint.

Returns

Applies to