Freigeben über


DevTestLabEnvironmentResource.Update Methode

Definition

Ermöglicht das Ändern von Tags von Umgebungen. Alle anderen Eigenschaften werden ignoriert.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/environments/{name}
  • Vorgangs-IdEnvironments_Update
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)

Parameter

patch
DevTestLabEnvironmentPatch

Eine Umgebung, bei der es sich im Wesentlichen um eine ARM-Vorlagenbereitstellung handelt.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: