다음을 통해 공유


ManagementGroupPublishedBlueprintsExtensions.ListInManagementGroup 메서드

정의

지정된 청사진의 게시된 버전을 나열합니다.

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

매개 변수

operations
IPublishedBlueprintsOperations

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

managementGroupName
String

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

blueprintName
String

청사진의 이름입니다.

반환

적용 대상