ManagementGroupArtifactsExtensions.DeleteInManagementGroupAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
刪除藍圖成品。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.Artifact> DeleteInManagementGroupAsync (this Microsoft.Azure.Management.Blueprint.IArtifactsOperations operations, string managementGroupName, string blueprintName, string artifactName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteInManagementGroupAsync : Microsoft.Azure.Management.Blueprint.IArtifactsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.Artifact>
<Extension()>
Public Function DeleteInManagementGroupAsync (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
取消語彙基元。