Freigeben über


LabPlansOperationsExtensions.BeginUpdate Methode

Definition

Updates einer Labplanressource.

public static Microsoft.Azure.Management.LabServices.Models.LabPlan BeginUpdate (this Microsoft.Azure.Management.LabServices.ILabPlansOperations operations, Microsoft.Azure.Management.LabServices.Models.LabPlanUpdate body, string resourceGroupName, string labPlanName);
static member BeginUpdate : Microsoft.Azure.Management.LabServices.ILabPlansOperations * Microsoft.Azure.Management.LabServices.Models.LabPlanUpdate * string * string -> Microsoft.Azure.Management.LabServices.Models.LabPlan
<Extension()>
Public Function BeginUpdate (operations As ILabPlansOperations, body As LabPlanUpdate, resourceGroupName As String, labPlanName As String) As LabPlan

Parameter

operations
ILabPlansOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

body
LabPlanUpdate

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 der enthaltenden Ressourcengruppe eindeutig identifiziert. Wird in Ressourcen-URIs und in der Benutzeroberfläche verwendet.

Gibt zurück

Hinweise

Vorgang zum Aktualisieren einer Labplanressource.

Gilt für: