Share via


PublishedBlueprintsOperationsExtensions.Create Method

Definition

Publish a new version of the blueprint definition with the latest artifacts. Published blueprint definitions are immutable.

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

The operations group for this extension method.

resourceScope
String

The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').

blueprintName
String

Name of the blueprint definition.

versionId
String

Version of the published blueprint definition.

publishedBlueprint
PublishedBlueprint

Published Blueprint to create or update.

Returns

Applies to