Compartir a través de


LabPlansOperationsExtensions.BeginCreateOrUpdateAsync Método

Definición

Novedades o crea un recurso de Plan de laboratorio.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.LabServices.Models.LabPlan> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.LabServices.ILabPlansOperations operations, Microsoft.Azure.Management.LabServices.Models.LabPlan body, string resourceGroupName, string labPlanName, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.LabServices.ILabPlansOperations * Microsoft.Azure.Management.LabServices.Models.LabPlan * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.LabServices.Models.LabPlan>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As ILabPlansOperations, body As LabPlan, resourceGroupName As String, labPlanName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

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

Se aplica a