Compartilhar via


AppPlatformServiceRegistryCollection.CreateOrUpdate Método

Definição

Crie o Registro de Serviço padrão ou atualize o Registro de Serviço existente.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/serviceRegistries/{serviceRegistryName}
  • IdServiceRegistries_CreateOrUpdate de operação
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformServiceRegistryResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string serviceRegistryName, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformServiceRegistryResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformServiceRegistryResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, serviceRegistryName As String, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AppPlatformServiceRegistryResource)

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.

serviceRegistryName
String

O nome do Registro de Serviço.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

serviceRegistryName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

serviceRegistryName é nulo.

Aplica-se a