Partilhar via


RedisLinkedServerWithPropertyCollection.CreateOrUpdate 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}
  • Operação IdLinkedServer_Create
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string linkedServerName, Azure.ResourceManager.Redis.Models.RedisLinkedServerWithPropertyCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Redis.Models.RedisLinkedServerWithPropertyCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Redis.Models.RedisLinkedServerWithPropertyCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, linkedServerName As String, content As RedisLinkedServerWithPropertyCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As 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 execução prolongada, 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 esperava-se que não estivesse vazia.

linkedServerName ou content é nulo.

Aplica-se a