共用方式為


ManagementGroupArtifactsExtensions.ListInManagementGroupAsync 方法

定義

列出指定藍圖的成品。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.Artifact>> ListInManagementGroupAsync (this Microsoft.Azure.Management.Blueprint.IArtifactsOperations operations, string managementGroupName, string blueprintName, System.Threading.CancellationToken cancellationToken = default);
static member ListInManagementGroupAsync : Microsoft.Azure.Management.Blueprint.IArtifactsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.Artifact>>
<Extension()>
Public Function ListInManagementGroupAsync (operations As IArtifactsOperations, managementGroupName As String, blueprintName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Artifact))

參數

operations
IArtifactsOperations

這個擴充方法的作業群組。

managementGroupName
String

azure managementGroup 名稱,我們會將藍圖儲存到其中。

blueprintName
String

藍圖的名稱。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於