IRedisCachePremiumBeta Interface

Definition

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.

Applies to