Partilhar via


DevTestLabServiceRunnerResource.Update Método

Definição

Criar ou substituir um executor de serviço existente.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}
  • Operação IdServiceRunners_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevTestLabs.DevTestLabServiceRunnerResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.DevTestLabs.DevTestLabServiceRunnerData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.DevTestLabs.DevTestLabServiceRunnerData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevTestLabs.DevTestLabServiceRunnerResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.DevTestLabs.DevTestLabServiceRunnerData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevTestLabs.DevTestLabServiceRunnerResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As DevTestLabServiceRunnerData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DevTestLabServiceRunnerResource)

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.

data
DevTestLabServiceRunnerData

Um contêiner para uma identidade gerenciada para executar serviços de laboratório de DevTest.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

data é nulo.

Aplica-se a