RedisLinkedServerWithPropertyResource.Update 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyResource> Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Redis.Models.RedisLinkedServerWithPropertyCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Redis.Models.RedisLinkedServerWithPropertyCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Redis.Models.RedisLinkedServerWithPropertyCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyResource>
Public Overridable Function Update (waitUntil As WaitUntil, content As RedisLinkedServerWithPropertyCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As 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