次の方法で共有


ImagesOperationsExtensions.BeginUpdate メソッド

定義

イメージを更新します。

public static Microsoft.Azure.Management.Compute.Models.Image BeginUpdate (this Microsoft.Azure.Management.Compute.IImagesOperations operations, string resourceGroupName, string imageName, Microsoft.Azure.Management.Compute.Models.ImageUpdate parameters);
static member BeginUpdate : Microsoft.Azure.Management.Compute.IImagesOperations * string * string * Microsoft.Azure.Management.Compute.Models.ImageUpdate -> Microsoft.Azure.Management.Compute.Models.Image
<Extension()>
Public Function BeginUpdate (operations As IImagesOperations, resourceGroupName As String, imageName As String, parameters As ImageUpdate) As Image

パラメーター

operations
IImagesOperations

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

resourceGroupName
String

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

imageName
String

イメージの名前。

parameters
ImageUpdate

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

戻り値

適用対象