ManagementGroupPublishedArtifactsExtensions.GetInManagementGroupAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得已發佈藍圖的成品。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.Artifact> GetInManagementGroupAsync (this Microsoft.Azure.Management.Blueprint.IPublishedArtifactsOperations operations, string managementGroupName, string blueprintName, string versionId, string artifactName, System.Threading.CancellationToken cancellationToken = default);
static member GetInManagementGroupAsync : Microsoft.Azure.Management.Blueprint.IPublishedArtifactsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.Artifact>
<Extension()>
Public Function GetInManagementGroupAsync (operations As IPublishedArtifactsOperations, managementGroupName As String, blueprintName As String, versionId As String, artifactName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Artifact)
參數
- operations
- IPublishedArtifactsOperations
這個擴充方法的作業群組。
- managementGroupName
- String
azure managementGroup 名稱,我們會將藍圖儲存到其中。
- blueprintName
- String
藍圖的名稱。
- versionId
- String
已發佈藍圖的版本。
- artifactName
- String
成品的名稱。
- cancellationToken
- CancellationToken
取消語彙基元。