Partilhar via


AppPlatformConfigServerResource.CreateOrUpdate Método

Definição

Atualize o servidor de configuração.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/default
  • Operação IdConfigServers_UpdatePut
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformConfigServerResource> CreateOrUpdate (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppPlatform.AppPlatformConfigServerData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.AppPlatformConfigServerData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformConfigServerResource>
override this.CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.AppPlatformConfigServerData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformConfigServerResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, data As AppPlatformConfigServerData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AppPlatformConfigServerResource)

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
AppPlatformConfigServerData

Parâmetros para a operação de atualização.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

data é nulo.

Aplica-se a