ManagementGroupPublishedBlueprintsExtensions.CreateInManagementGroupAsync メソッド

定義

最新の成果物を含むブループリントの新しいバージョンを発行します。 発行されたブループリントは変更できません。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint> CreateInManagementGroupAsync (this Microsoft.Azure.Management.Blueprint.IPublishedBlueprintsOperations operations, string managementGroupName, string blueprintName, string versionId, Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint publishedBlueprint = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateInManagementGroupAsync : 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 CreateInManagementGroupAsync (operations As IPublishedBlueprintsOperations, managementGroupName As String, blueprintName As String, versionId As String, Optional publishedBlueprint As PublishedBlueprint = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PublishedBlueprint)

パラメーター

operations
IPublishedBlueprintsOperations

この拡張メソッドの操作グループ。

managementGroupName
String

ブループリントを保存する azure managementGroup 名。

blueprintName
String

ブループリントの名前。

versionId
String

発行されたブループリントのバージョン。

publishedBlueprint
PublishedBlueprint

発行されたブループリント オブジェクト

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象