Freigeben über


ImagesOperationsExtensions.BeginUpdateAsync Methode

Definition

Aktualisieren sie ein Image.

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

Parameter

operations
IImagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

imageName
String

Der Name des Bildes.

parameters
ImageUpdate

Parameter, die für den Vorgang Image aktualisieren angegeben werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: