다음을 통해 공유


ManagementGroupPublishedBlueprintsExtensions.DeleteInManagementGroupAsync 메서드

정의

게시된 청사진을 삭제합니다.

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

매개 변수

operations
IPublishedBlueprintsOperations

이 확장 메서드에 대한 작업 그룹입니다.

managementGroupName
String

청사진을 저장하는 azure managementGroup 이름입니다.

blueprintName
String

청사진의 이름입니다.

versionId
String

게시된 청사진의 버전입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상