Freigeben über


BlueprintsOperationsExtensions.Delete Methode

Definition

Löschen Sie eine Blaupausendefinition.

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

Parameter

operations
IBlueprintsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceScope
String

Der Bereich der Ressource. Gültige Bereiche sind: Verwaltungsgruppe (Format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), Abonnement (Format: '/subscriptions/{subscriptionId}').

blueprintName
String

Name der Blaupausendefinition.

Gibt zurück

Gilt für: