Compartilhar via


AppPlatformAppResource.ActivateDeployments Método

Definição

Definir a implantação existente no aplicativo como ativa

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/setActiveDeployments
  • IdApps_SetActiveDeployments de operação
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformAppResource> ActivateDeployments (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppPlatform.Models.ActiveAppPlatformDeploymentsContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ActivateDeployments : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.Models.ActiveAppPlatformDeploymentsContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformAppResource>
override this.ActivateDeployments : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.Models.ActiveAppPlatformDeploymentsContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformAppResource>
Public Overridable Function ActivateDeployments (waitUntil As WaitUntil, content As ActiveAppPlatformDeploymentsContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AppPlatformAppResource)

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
ActiveAppPlatformDeploymentsContent

Uma lista do Nome da implantação a ser ativa.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

content é nulo.

Aplica-se a