Partilhar via


VirtualMachineScaleSetResource.SetOrchestrationServiceState Método

Definição

Altera a propriedade ServiceState para um determinado serviço

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/setOrchestrationServiceState
  • IdVirtualMachineScaleSets_SetOrchestrationServiceState de operação
public virtual Azure.ResourceManager.ArmOperation SetOrchestrationServiceState (Azure.WaitUntil waitUntil, Azure.ResourceManager.Compute.Models.OrchestrationServiceStateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member SetOrchestrationServiceState : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.OrchestrationServiceStateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.SetOrchestrationServiceState : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.OrchestrationServiceStateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function SetOrchestrationServiceState (waitUntil As WaitUntil, content As OrchestrationServiceStateContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation

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 longa execução, consulte Exemplos de operação de Long-Running do Azure.Core.

content
OrchestrationServiceStateContent

O objeto de entrada para a API SetOrchestrationServiceState.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

content é nulo.

Aplica-se a