Freigeben über


LabPlansOperationsExtensions.BeginCreateOrUpdate Methode

Definition

Updates oder erstellt eine Labplanressource.

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

Parameter

operations
ILabPlansOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

body
LabPlan

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 Erstellen oder Aktualisieren einer Labplanressource.

Gilt für: