你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

蓝图的名称。

返回

适用于