Freigeben über


PublishedBlueprintsOperationsExtensions.Create Methode

Definition

Veröffentlichen Sie eine neue Version der Blaupausendefinition mit den neuesten Artefakten. Veröffentlichte Blaupausendefinitionen sind unveränderlich.

public static Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint Create(this Microsoft.Azure.Management.Blueprint.IPublishedBlueprintsOperations operations, string resourceScope, string blueprintName, string versionId, Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint publishedBlueprint = default);
static member Create : Microsoft.Azure.Management.Blueprint.IPublishedBlueprintsOperations * string * string * string * Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint -> Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint
<Extension()>
Public Function Create (operations As IPublishedBlueprintsOperations, resourceScope As String, blueprintName As String, versionId As String, Optional publishedBlueprint As PublishedBlueprint = Nothing) As PublishedBlueprint

Parameter

operations
IPublishedBlueprintsOperations

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.

versionId
String

Version der veröffentlichten Blaupausendefinition.

publishedBlueprint
PublishedBlueprint

Veröffentlichte Blaupause zum Erstellen oder Aktualisieren.

Gibt zurück

Gilt für: