ILinkedServerOperations Interface

Definition

LinkedServerOperations operations.

public interface ILinkedServerOperations
type ILinkedServerOperations = interface
Public Interface ILinkedServerOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, RedisLinkedServerCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Adds a linked server to the Redis cache (requires Premium SKU).

CreateWithHttpMessagesAsync(String, String, String, RedisLinkedServerCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Adds a linked server to the Redis cache (requires Premium SKU).

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the linked server from a redis cache (requires Premium SKU).

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the detailed information about a linked server of a redis cache (requires Premium SKU).

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets the list of linked servers associated with this redis cache (requires Premium SKU).

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the list of linked servers associated with this redis cache (requires Premium SKU).

Extension Methods

BeginCreate(ILinkedServerOperations, String, String, String, RedisLinkedServerCreateParameters)

Adds a linked server to the Redis cache (requires Premium SKU).

BeginCreateAsync(ILinkedServerOperations, String, String, String, RedisLinkedServerCreateParameters, CancellationToken)

Adds a linked server to the Redis cache (requires Premium SKU).

Create(ILinkedServerOperations, String, String, String, RedisLinkedServerCreateParameters)

Adds a linked server to the Redis cache (requires Premium SKU).

CreateAsync(ILinkedServerOperations, String, String, String, RedisLinkedServerCreateParameters, CancellationToken)

Adds a linked server to the Redis cache (requires Premium SKU).

Delete(ILinkedServerOperations, String, String, String)

Deletes the linked server from a redis cache (requires Premium SKU).

DeleteAsync(ILinkedServerOperations, String, String, String, CancellationToken)

Deletes the linked server from a redis cache (requires Premium SKU).

Get(ILinkedServerOperations, String, String, String)

Gets the detailed information about a linked server of a redis cache (requires Premium SKU).

GetAsync(ILinkedServerOperations, String, String, String, CancellationToken)

Gets the detailed information about a linked server of a redis cache (requires Premium SKU).

List(ILinkedServerOperations, String, String)

Gets the list of linked servers associated with this redis cache (requires Premium SKU).

ListAsync(ILinkedServerOperations, String, String, CancellationToken)

Gets the list of linked servers associated with this redis cache (requires Premium SKU).

ListNext(ILinkedServerOperations, String)

Gets the list of linked servers associated with this redis cache (requires Premium SKU).

ListNextAsync(ILinkedServerOperations, String, CancellationToken)

Gets the list of linked servers associated with this redis cache (requires Premium SKU).

Applies to