共用方式為


ManagementGroupArtifactsExtensions.GetInManagementGroupAsync 方法

定義

取得藍圖成品。

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

參數

operations
IArtifactsOperations

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

managementGroupName
String

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

blueprintName
String

藍圖的名稱。

artifactName
String

成品的名稱。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於