Compartilhar via


DevTestLabServiceFabricScheduleResource.Update Método

Definição

Permite modificar marcas de agendamentos. Todas as outras propriedades serão ignoradas.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules/{name}
  • IdServiceFabricSchedules_Update de operação
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricScheduleResource> 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.DevTestLabServiceFabricScheduleResource>
override this.Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabSchedulePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricScheduleResource>
Public Overridable Function Update (patch As DevTestLabSchedulePatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabServiceFabricScheduleResource)

Parâmetros

patch
DevTestLabSchedulePatch

Um agendamento.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

patch é nulo.

Aplica-se a