Partager via


LabPlansOperationsExtensions.BeginUpdate Méthode

Définition

Mises à jour une ressource Lab Plan.

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

Paramètres

operations
ILabPlansOperations

Groupe d’opérations pour cette méthode d’extension.

body
LabPlanUpdate

Corps de la demande.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

labPlanName
String

Nom du plan de laboratoire qui l’identifie de manière unique dans le groupe de ressources contenant. Utilisé dans les URI de ressource et dans l’interface utilisateur.

Retours

Remarques

Opération de mise à jour d’une ressource Lab Plan.

S’applique à