다음을 통해 공유


ManagementGroupBlueprintsExtensions.DeleteInManagementGroup 메서드

정의

청사진 정의를 삭제합니다.

public static Microsoft.Azure.Management.Blueprint.Models.BlueprintModel DeleteInManagementGroup (this Microsoft.Azure.Management.Blueprint.IBlueprintsOperations operations, string managementGroupName, string blueprintName);
static member DeleteInManagementGroup : Microsoft.Azure.Management.Blueprint.IBlueprintsOperations * string * string -> Microsoft.Azure.Management.Blueprint.Models.BlueprintModel
<Extension()>
Public Function DeleteInManagementGroup (operations As IBlueprintsOperations, managementGroupName As String, blueprintName As String) As BlueprintModel

매개 변수

operations
IBlueprintsOperations

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

managementGroupName
String

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

blueprintName
String

청사진의 이름입니다.

반환

적용 대상