IRedisCachePremiumBeta.ListLinkedServersAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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