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

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

蓝图的名称。

返回

适用于