Delen via


PublishedBlueprintsOperationsExtensions.Create Methode

Definitie

Publiceer een nieuwe versie van de blauwdrukdefinitie met de meest recente artefacten. Gepubliceerde blauwdrukdefinities zijn onveranderbaar.

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

Parameters

operations
IPublishedBlueprintsOperations

De bewerkingsgroep voor deze extensiemethode.

resourceScope
String

Het bereik van de resource. Geldige bereiken zijn: beheergroep (indeling: /providers/Microsoft.Management/managementGroups/{managementGroup}), abonnement (indeling: '/subscriptions/{subscriptionId}').

blueprintName
String

Naam van de blauwdrukdefinitie.

versionId
String

Versie van de gepubliceerde blauwdrukdefinitie.

publishedBlueprint
PublishedBlueprint

Gepubliceerde blauwdruk om te maken of bij te werken.

Retouren

Van toepassing op