Freigeben über


ImagesOperationsExtensions.Update Methode

Definition

Updates ein Bild.

public static Microsoft.Azure.Management.LabServices.Models.Image Update (this Microsoft.Azure.Management.LabServices.IImagesOperations operations, Microsoft.Azure.Management.LabServices.Models.ImageUpdate body, string resourceGroupName, string labPlanName, string imageName);
static member Update : Microsoft.Azure.Management.LabServices.IImagesOperations * Microsoft.Azure.Management.LabServices.Models.ImageUpdate * string * string * string -> Microsoft.Azure.Management.LabServices.Models.Image
<Extension()>
Public Function Update (operations As IImagesOperations, body As ImageUpdate, resourceGroupName As String, labPlanName As String, imageName As String) As 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.

Gibt zurück

Hinweise

Updates eine Bildressource.

Gilt für: