Share via


IRedisCachePremiumBeta.ListLinkedServersAsync(CancellationToken) Method

Definition

Gets the list of linked servers associated with this redis cache.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Azure.Management.Redis.Fluent.Models.ReplicationRole>> ListLinkedServersAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ListLinkedServersAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Azure.Management.Redis.Fluent.Models.ReplicationRole>>
Public Function ListLinkedServersAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IReadOnlyDictionary(Of String, ReplicationRole))

Parameters

cancellationToken
CancellationToken

Returns

Applies to