IRedisCachePremiumBeta Interface
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.
An immutable client-side representation of an Azure Redis cache with Premium SKU.
public interface IRedisCachePremiumBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IRedisCachePremiumBeta = interface
interface IBeta
Public Interface IRedisCachePremiumBeta
Implements IBeta
- Derived
- Implements
Methods
AddLinkedServer(String, String, ReplicationRole) |
Adds a linked server to the current Redis cache instance. |
AddLinkedServerAsync(String, String, ReplicationRole, CancellationToken) |
Adds a linked server to the current Redis cache instance. |
GetLinkedServerRole(String) |
Gets the role for the linked server of the current Redis cache instance. |
GetLinkedServerRoleAsync(String, CancellationToken) |
Gets the role for the linked server of the current Redis cache instance. |
ListLinkedServers() |
Gets the list of linked servers associated with this redis cache. |
ListLinkedServersAsync(CancellationToken) |
Gets the list of linked servers associated with this redis cache. |
RemoveLinkedServer(String) |
Removes the linked server from the current Redis cache instance. |
RemoveLinkedServerAsync(String, CancellationToken) |
Removes the linked server from the current Redis cache instance. |