Freigeben über


ImagesOperationsExtensions.UpdateAsync Methode

Definition

Updates ein Bild.

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

Parameter

operations
IImagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

body
ImageUpdate

Anforderungstext

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

labPlanName
String

Der Name des Labplans, der ihn innerhalb einer ressourcenhaltigen Gruppe eindeutig identifiziert. Wird in Ressourcen-URIs und in der Benutzeroberfläche verwendet.

imageName
String

Der Name des Bilds.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Updates eine Bildressource.

Gilt für: