Freigeben über


ManagementGroupBlueprintsExtensions.DeleteInManagementGroupAsync Methode

Definition

Löschen Sie eine Blaupausendefinition.

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

Parameter

operations
IBlueprintsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

managementGroupName
String

Azure ManagementGroup-Name, in dem die Blaupause gespeichert wird.

blueprintName
String

Name der Blaupause.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: