Freigeben über


DevTestLabScheduleResource.Update Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}
  • Vorgang IdSchedules_Update
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabScheduleResource> Update (Azure.ResourceManager.DevTestLabs.Models.DevTestLabSchedulePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabSchedulePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabScheduleResource>
override this.Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabSchedulePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabScheduleResource>
Public Overridable Function Update (patch As DevTestLabSchedulePatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabScheduleResource)

Parameter

patch
DevTestLabSchedulePatch

Ein Zeitplan.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: