RedisLinkedServerWithPropertyResource.UpdateAsync Method

Definition

Update a RedisLinkedServerWithProperty.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}/linkedServers/{linkedServerName}.
  • Operation Id. : LinkedServer_Create.
  • Default Api Version. : 2025-08-01-preview.
  • Resource. : RedisLinkedServerWithPropertyResource.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyResource>> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Redis.Models.RedisLinkedServerWithPropertyCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Redis.Models.RedisLinkedServerWithPropertyCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Redis.Models.RedisLinkedServerWithPropertyCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, 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.

content
RedisLinkedServerWithPropertyCreateOrUpdateContent

Parameters supplied to the Create Linked server operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to