LinkedServerOperationsExtensions Class
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.
Extension methods for LinkedServerOperations.
public static class LinkedServerOperationsExtensions
type LinkedServerOperationsExtensions = class
Public Module LinkedServerOperationsExtensions
- Inheritance
-
LinkedServerOperationsExtensions
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
Azure SDK for .NET