다음을 통해 공유


ManagementGroupArtifactsExtensions.ListInManagementGroup 메서드

정의

지정된 청사진에 대한 아티팩트 나열

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

매개 변수

operations
IArtifactsOperations

이 확장 메서드에 대한 작업 그룹입니다.

managementGroupName
String

청사진을 저장하는 azure managementGroup 이름입니다.

blueprintName
String

청사진의 이름입니다.

반환

적용 대상