Compartir a través de


LabPlansOperationsExtensions.BeginUpdate Método

Definición

Novedades un recurso de Plan de laboratorio.

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

Parámetros

operations
ILabPlansOperations

Grupo de operaciones para este método de extensión.

body
LabPlanUpdate

Cuerpo de la solicitud.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

labPlanName
String

Nombre del plan de laboratorio que lo identifica de forma única dentro del grupo de recursos contenedor. Se usa en los URI de recursos y en la interfaz de usuario.

Devoluciones

Comentarios

Operación para actualizar un recurso de Plan de laboratorio.

Se aplica a