LinkedServersClient Interface
public interface LinkedServersClient
An instance of this class provides access to all the operations defined in LinkedServersClient.
Method Summary
Method Details
beginCreate
public abstract SyncPoller
Adds a linked server to the Redis cache (requires Premium SKU).
Parameters:
Returns:
beginCreate
public abstract SyncPoller
Adds a linked server to the Redis cache (requires Premium SKU).
Parameters:
Returns:
beginCreateAsync
public abstract PollerFlux
Adds a linked server to the Redis cache (requires Premium SKU).
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the linked server from a redis cache (requires Premium SKU).
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the linked server from a redis cache (requires Premium SKU).
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes the linked server from a redis cache (requires Premium SKU).
Parameters:
Returns:
create
public abstract RedisLinkedServerWithPropertiesInner create(String resourceGroupName, String name, String linkedServerName, RedisLinkedServerCreateParameters parameters)
Adds a linked server to the Redis cache (requires Premium SKU).
Parameters:
Returns:
create
public abstract RedisLinkedServerWithPropertiesInner create(String resourceGroupName, String name, String linkedServerName, RedisLinkedServerCreateParameters parameters, Context context)
Adds a linked server to the Redis cache (requires Premium SKU).
Parameters:
Returns:
createAsync
public abstract Mono
Adds a linked server to the Redis cache (requires Premium SKU).
Parameters:
Returns:
createWithResponseAsync
public abstract Mono
Adds a linked server to the Redis cache (requires Premium SKU).
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String name, String linkedServerName)
Deletes the linked server from a redis cache (requires Premium SKU).
Parameters:
delete
public abstract void delete(String resourceGroupName, String name, String linkedServerName, Context context)
Deletes the linked server from a redis cache (requires Premium SKU).
Parameters:
deleteAsync
public abstract Mono
Deletes the linked server from a redis cache (requires Premium SKU).
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the linked server from a redis cache (requires Premium SKU).
Parameters:
Returns:
get
public abstract RedisLinkedServerWithPropertiesInner get(String resourceGroupName, String name, String linkedServerName)
Gets the detailed information about a linked server of a redis cache (requires Premium SKU).
Parameters:
Returns:
getAsync
public abstract Mono
Gets the detailed information about a linked server of a redis cache (requires Premium SKU).
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the detailed information about a linked server of a redis cache (requires Premium SKU).
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the detailed information about a linked server of a redis cache (requires Premium SKU).
Parameters:
Returns:
list
public abstract PagedIterable
Gets the list of linked servers associated with this redis cache (requires Premium SKU).
Parameters:
Returns:
list
public abstract PagedIterable
Gets the list of linked servers associated with this redis cache (requires Premium SKU).
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets the list of linked servers associated with this redis cache (requires Premium SKU).
Parameters:
Returns:
Applies to
Azure SDK for Java