Bagikan melalui


RedisLinkedServerWithPropertyCollection.CreateOrUpdateAsync Method

Definition

Adds a linked server to the Redis cache (requires Premium SKU).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}/linkedServers/{linkedServerName}
  • Operation Id: LinkedServer_Create
  • Default Api Version: 2023-08-01
  • Resource: RedisLinkedServerWithPropertyResource
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))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

linkedServerName
String

The name of the linked server that is being added to the Redis cache.

content
RedisLinkedServerWithPropertyCreateOrUpdateContent

Parameters supplied to the Create Linked server operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

linkedServerName is an empty string, and was expected to be non-empty.

linkedServerName or content is null.

Applies to