public interface LinkedServersClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RedisLinkedServerWithPropertiesInner>,RedisLinkedServerWithPropertiesInner> |
beginCreate(String resourceGroupName,
String name,
String linkedServerName,
RedisLinkedServerCreateParameters parameters)
Adds a linked server to the Redis cache (requires Premium SKU).
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RedisLinkedServerWithPropertiesInner>,RedisLinkedServerWithPropertiesInner> |
beginCreate(String resourceGroupName,
String name,
String linkedServerName,
RedisLinkedServerCreateParameters parameters,
com.azure.core.util.Context context)
Adds a linked server to the Redis cache (requires Premium SKU).
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RedisLinkedServerWithPropertiesInner>,RedisLinkedServerWithPropertiesInner> |
beginCreateAsync(String resourceGroupName,
String name,
String linkedServerName,
RedisLinkedServerCreateParameters parameters)
Adds a linked server to the Redis cache (requires Premium SKU).
|
RedisLinkedServerWithPropertiesInner |
create(String resourceGroupName,
String name,
String linkedServerName,
RedisLinkedServerCreateParameters parameters)
Adds a linked server to the Redis cache (requires Premium SKU).
|
RedisLinkedServerWithPropertiesInner |
create(String resourceGroupName,
String name,
String linkedServerName,
RedisLinkedServerCreateParameters parameters,
com.azure.core.util.Context context)
Adds a linked server to the Redis cache (requires Premium SKU).
|
Mono<RedisLinkedServerWithPropertiesInner> |
createAsync(String resourceGroupName,
String name,
String linkedServerName,
RedisLinkedServerCreateParameters parameters)
Adds a linked server to the Redis cache (requires Premium SKU).
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createWithResponseAsync(String resourceGroupName,
String name,
String linkedServerName,
RedisLinkedServerCreateParameters parameters)
Adds a linked server to the Redis cache (requires Premium SKU).
|
void |
delete(String resourceGroupName,
String name,
String linkedServerName)
Deletes the linked server from a redis cache (requires Premium SKU).
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String name,
String linkedServerName)
Deletes the linked server from a redis cache (requires Premium SKU).
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String name,
String linkedServerName,
com.azure.core.util.Context context)
Deletes the linked server from a redis cache (requires Premium SKU).
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String name,
String linkedServerName)
Deletes the linked server from a redis cache (requires Premium SKU).
|
RedisLinkedServerWithPropertiesInner |
get(String resourceGroupName,
String name,
String linkedServerName)
Gets the detailed information about a linked server of a redis cache (requires Premium SKU).
|
Mono<RedisLinkedServerWithPropertiesInner> |
getAsync(String resourceGroupName,
String name,
String linkedServerName)
Gets the detailed information about a linked server of a redis cache (requires Premium SKU).
|
com.azure.core.http.rest.Response<RedisLinkedServerWithPropertiesInner> |
getWithResponse(String resourceGroupName,
String name,
String linkedServerName,
com.azure.core.util.Context context)
Gets the detailed information about a linked server of a redis cache (requires Premium SKU).
|
Mono<com.azure.core.http.rest.Response<RedisLinkedServerWithPropertiesInner>> |
getWithResponseAsync(String resourceGroupName,
String name,
String linkedServerName)
Gets the detailed information about a linked server of a redis cache (requires Premium SKU).
|
com.azure.core.http.rest.PagedIterable<RedisLinkedServerWithPropertiesInner> |
list(String resourceGroupName,
String name)
Gets the list of linked servers associated with this redis cache (requires Premium SKU).
|
com.azure.core.http.rest.PagedIterable<RedisLinkedServerWithPropertiesInner> |
list(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Gets the list of linked servers associated with this redis cache (requires Premium SKU).
|
com.azure.core.http.rest.PagedFlux<RedisLinkedServerWithPropertiesInner> |
listAsync(String resourceGroupName,
String name)
Gets the list of linked servers associated with this redis cache (requires Premium SKU).
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String name, String linkedServerName, RedisLinkedServerCreateParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.linkedServerName - The name of the linked server that is being added to the Redis cache.parameters - Parameters supplied to the Create Linked server operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RedisLinkedServerWithPropertiesInner>,RedisLinkedServerWithPropertiesInner> beginCreateAsync(String resourceGroupName, String name, String linkedServerName, RedisLinkedServerCreateParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.linkedServerName - The name of the linked server that is being added to the Redis cache.parameters - Parameters supplied to the Create Linked server operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RedisLinkedServerWithPropertiesInner>,RedisLinkedServerWithPropertiesInner> beginCreate(String resourceGroupName, String name, String linkedServerName, RedisLinkedServerCreateParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.linkedServerName - The name of the linked server that is being added to the Redis cache.parameters - Parameters supplied to the Create Linked server operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RedisLinkedServerWithPropertiesInner>,RedisLinkedServerWithPropertiesInner> beginCreate(String resourceGroupName, String name, String linkedServerName, RedisLinkedServerCreateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.linkedServerName - The name of the linked server that is being added to the Redis cache.parameters - Parameters supplied to the Create Linked server operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RedisLinkedServerWithPropertiesInner> createAsync(String resourceGroupName, String name, String linkedServerName, RedisLinkedServerCreateParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.linkedServerName - The name of the linked server that is being added to the Redis cache.parameters - Parameters supplied to the Create Linked server operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RedisLinkedServerWithPropertiesInner create(String resourceGroupName, String name, String linkedServerName, RedisLinkedServerCreateParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.linkedServerName - The name of the linked server that is being added to the Redis cache.parameters - Parameters supplied to the Create Linked server operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RedisLinkedServerWithPropertiesInner create(String resourceGroupName, String name, String linkedServerName, RedisLinkedServerCreateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.linkedServerName - The name of the linked server that is being added to the Redis cache.parameters - Parameters supplied to the Create Linked server operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String name, String linkedServerName)
resourceGroupName - The name of the resource group.name - The name of the redis cache.linkedServerName - The name of the linked server that is being added to the Redis cache.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String name, String linkedServerName)
resourceGroupName - The name of the resource group.name - The name of the redis cache.linkedServerName - The name of the linked server that is being added to the Redis cache.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String name, String linkedServerName)
resourceGroupName - The name of the resource group.name - The name of the redis cache.linkedServerName - The name of the linked server that is being added to the Redis cache.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String name, String linkedServerName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the redis cache.linkedServerName - The name of the linked server that is being added to the Redis cache.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RedisLinkedServerWithPropertiesInner>> getWithResponseAsync(String resourceGroupName, String name, String linkedServerName)
resourceGroupName - The name of the resource group.name - The name of the redis cache.linkedServerName - The name of the linked server.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RedisLinkedServerWithPropertiesInner> getAsync(String resourceGroupName, String name, String linkedServerName)
resourceGroupName - The name of the resource group.name - The name of the redis cache.linkedServerName - The name of the linked server.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RedisLinkedServerWithPropertiesInner get(String resourceGroupName, String name, String linkedServerName)
resourceGroupName - The name of the resource group.name - The name of the redis cache.linkedServerName - The name of the linked server.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RedisLinkedServerWithPropertiesInner> getWithResponse(String resourceGroupName, String name, String linkedServerName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the redis cache.linkedServerName - The name of the linked server.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<RedisLinkedServerWithPropertiesInner> listAsync(String resourceGroupName, String name)
resourceGroupName - The name of the resource group.name - The name of the redis cache.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<RedisLinkedServerWithPropertiesInner> list(String resourceGroupName, String name)
resourceGroupName - The name of the resource group.name - The name of the redis cache.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<RedisLinkedServerWithPropertiesInner> list(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the redis cache.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.