Share via


IRedisCachePremiumBeta.GetLinkedServerRole(String) Method

Definition

Gets the role for the linked server of the current Redis cache instance.

public Microsoft.Azure.Management.Redis.Fluent.Models.ReplicationRole GetLinkedServerRole (string linkedServerName);
abstract member GetLinkedServerRole : string -> Microsoft.Azure.Management.Redis.Fluent.Models.ReplicationRole
Public Function GetLinkedServerRole (linkedServerName As String) As ReplicationRole

Parameters

linkedServerName
String

The name of the linked server.

Returns

Applies to