BlueprintsOperationsExtensions.CreateOrUpdate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellen oder Aktualisieren einer Blaupausendefinition
public static Microsoft.Azure.Management.Blueprint.Models.BlueprintModel CreateOrUpdate (this Microsoft.Azure.Management.Blueprint.IBlueprintsOperations operations, string resourceScope, string blueprintName, Microsoft.Azure.Management.Blueprint.Models.BlueprintModel blueprint);
static member CreateOrUpdate : Microsoft.Azure.Management.Blueprint.IBlueprintsOperations * string * string * Microsoft.Azure.Management.Blueprint.Models.BlueprintModel -> Microsoft.Azure.Management.Blueprint.Models.BlueprintModel
<Extension()>
Public Function CreateOrUpdate (operations As IBlueprintsOperations, resourceScope As String, blueprintName As String, blueprint As BlueprintModel) 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.
- blueprint
- BlueprintModel
Blaupausendefinition.
Gibt zurück
Gilt für:
Azure SDK for .NET