Compartir a través de


DevTestLabEnvironmentResource.Update Método

Definición

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

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/environments/{name}
  • IdEnvironments_Update de operaciones
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabEnvironmentResource> Update (Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnvironmentPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnvironmentPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabEnvironmentResource>
override this.Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnvironmentPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabEnvironmentResource>
Public Overridable Function Update (patch As DevTestLabEnvironmentPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabEnvironmentResource)

Parámetros

patch
DevTestLabEnvironmentPatch

Un entorno, que es básicamente una implementación de plantilla de ARM.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

patch es null.

Se aplica a