LabServicesScheduleCollection.CreateOrUpdate Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Operação para criar ou atualizar um agendamento de laboratório.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/schedules/{scheduleName}
- Operação IdSchedules_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.LabServices.LabServicesScheduleResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string scheduleName, Azure.ResourceManager.LabServices.LabServicesScheduleData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.LabServices.LabServicesScheduleData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.LabServices.LabServicesScheduleResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.LabServices.LabServicesScheduleData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.LabServices.LabServicesScheduleResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, scheduleName As String, data As LabServicesScheduleData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of LabServicesScheduleResource)
Parâmetros
- waitUntil
- WaitUntil
Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.
- scheduleName
- String
O nome do agendamento que o identifica exclusivamente dentro do laboratório que contém. Usado em URIs de recurso.
O corpo da solicitação.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
scheduleName
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
scheduleName
ou data
é nulo.
Aplica-se a
Azure SDK for .NET