共用方式為


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

藍圖的名稱。

傳回

適用於