你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Compute.GalleryImagesUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IGalleryImage> GalleryImagesUpdateWithResult(string subscriptionId, string resourceGroupName, string galleryName, string galleryImageName, Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IGalleryImageUpdate body, Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.GalleryImagesUpdateWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IGalleryImageUpdate * Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IGalleryImage>
Public Function GalleryImagesUpdateWithResult (subscriptionId As String, resourceGroupName As String, galleryName As String, galleryImageName As String, body As IGalleryImageUpdate, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IGalleryImage)

Parameters

subscriptionId
String
resourceGroupName
String
galleryName
String
galleryImageName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to