Compartilhar via


RedisLinkedServerWithPropertyCollection.CreateOrUpdateAsync Método

Definição

Adiciona um servidor vinculado ao cache Redis (requer SKU Premium).

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}/linkedServers/{linkedServerName}
  • IdLinkedServer_Create de operação
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string linkedServerName, Azure.ResourceManager.Redis.Models.RedisLinkedServerWithPropertyCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Redis.Models.RedisLinkedServerWithPropertyCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Redis.Models.RedisLinkedServerWithPropertyCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, linkedServerName As String, content As RedisLinkedServerWithPropertyCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of RedisLinkedServerWithPropertyResource))

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.

linkedServerName
String

O nome do servidor vinculado que está sendo adicionado ao cache Redis.

content
RedisLinkedServerWithPropertyCreateOrUpdateContent

Parâmetros fornecidos para a operação Criar servidor vinculado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

linkedServerName ou content é nulo.

Aplica-se a