Delen via


IPublishedBlueprintsOperations.CreateWithHttpMessagesAsync Methode

Definitie

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint>> CreateWithHttpMessagesAsync (string resourceScope, string blueprintName, string versionId, Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint publishedBlueprint = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint>>
Public Function CreateWithHttpMessagesAsync (resourceScope As String, blueprintName As String, versionId As String, Optional publishedBlueprint As PublishedBlueprint = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of PublishedBlueprint))

Parameters

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.

customHeaders
Dictionary<String,List<String>>

De headers die aan de aanvraag worden toegevoegd.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Uitzonderingen

Gegenereerd toen de bewerking een ongeldige statuscode retourneerde

Gegenereerd wanneer het antwoord niet kan worden gedeserialiseerd

Gegenereerd wanneer een vereiste parameter null is

Van toepassing op