Compartir a través de


DevTestLabResource.Update(DevTestLabPatch, CancellationToken) Método

Definición

Permite modificar etiquetas de laboratorios. Se omitirán todas las demás propiedades.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}
  • IdLabs_Update de operación
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabResource> Update (Azure.ResourceManager.DevTestLabs.Models.DevTestLabPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabResource>
override this.Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabResource>
Public Overridable Function Update (patch As DevTestLabPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabResource)

Parámetros

patch
DevTestLabPatch

Un laboratorio.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

patch es null.

Se aplica a