SubscriptionPublishedBlueprintsExtensions.CreateInSubscriptionAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Publiceer een nieuwe versie van de blauwdruk met de nieuwste artefacten. Gepubliceerde blauwdrukken zijn onveranderbaar.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint> CreateInSubscriptionAsync (this Microsoft.Azure.Management.Blueprint.IPublishedBlueprintsOperations operations, string subscriptionId, string blueprintName, string versionId, Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint publishedBlueprint = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateInSubscriptionAsync : Microsoft.Azure.Management.Blueprint.IPublishedBlueprintsOperations * string * string * string * Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint>
<Extension()>
Public Function CreateInSubscriptionAsync (operations As IPublishedBlueprintsOperations, subscriptionId As String, blueprintName As String, versionId As String, Optional publishedBlueprint As PublishedBlueprint = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PublishedBlueprint)
Parameters
- operations
- IPublishedBlueprintsOperations
De bewerkingsgroep voor deze extensiemethode.
- subscriptionId
- String
azure subscriptionId, waarin we de blauwdruk opslaan.
- blueprintName
- String
naam van de blauwdruk.
- versionId
- String
versie van de gepubliceerde blauwdruk.
- publishedBlueprint
- PublishedBlueprint
gepubliceerd blauwdrukobject
- cancellationToken
- CancellationToken
Het annuleringstoken.
Retouren
Van toepassing op
Azure SDK for .NET