次の方法で共有


ImagesOperationsExtensions.UpdateAsync メソッド

定義

イメージを更新します。

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

パラメーター

operations
IImagesOperations

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

resourceGroupName
String

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

imageName
String

イメージの名前。

parameters
ImageUpdate

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象