Compartir a través de


LabPlansOperationsExtensions.BeginCreateOrUpdate Método

Definición

Novedades o crea un recurso de Plan de laboratorio.

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

Parámetros

operations
ILabPlansOperations

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

body
LabPlan

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 crear o actualizar un recurso de Plan de laboratorio.

Se aplica a