次の方法で共有


ImagesOperationsExtensions.CreateOrUpdateAsync メソッド

定義

イメージを作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Image> CreateOrUpdateAsync (this Microsoft.Azure.Management.Compute.IImagesOperations operations, string resourceGroupName, string imageName, Microsoft.Azure.Management.Compute.Models.Image parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Compute.IImagesOperations * string * string * Microsoft.Azure.Management.Compute.Models.Image * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Image>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IImagesOperations, resourceGroupName As String, imageName As String, parameters As Image, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Image)

パラメーター

operations
IImagesOperations

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

resourceGroupName
String

リソース グループの名前。

imageName
String

イメージの名前。

parameters
Image

イメージの作成操作に指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象