다음을 통해 공유


RedisLinkedServerWithPropertyCollection.GetAll(CancellationToken) Method

Definition

Gets the list of linked servers associated with this redis cache (requires Premium SKU).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}/linkedServers
  • Operation Id: LinkedServer_List
  • Default Api Version: 2024-03-01
  • Resource: RedisLinkedServerWithPropertyResource
public virtual Azure.Pageable<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Redis.RedisLinkedServerWithPropertyResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RedisLinkedServerWithPropertyResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of RedisLinkedServerWithPropertyResource that may take multiple service requests to iterate over.

Applies to