public interface RedisClient extends InnerSupportsGet<RedisResourceInner>, InnerSupportsListing<RedisResourceInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RedisResourceInner>,RedisResourceInner> |
beginCreate(String resourceGroupName,
String name,
RedisCreateParameters parameters)
Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RedisResourceInner>,RedisResourceInner> |
beginCreate(String resourceGroupName,
String name,
RedisCreateParameters parameters,
com.azure.core.util.Context context)
Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RedisResourceInner>,RedisResourceInner> |
beginCreateAsync(String resourceGroupName,
String name,
RedisCreateParameters parameters)
Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String name)
Deletes a Redis cache.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Deletes a Redis cache.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String name)
Deletes a Redis cache.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginExportData(String resourceGroupName,
String name,
ExportRdbParameters parameters)
Export data from the redis cache to blobs in a container.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginExportData(String resourceGroupName,
String name,
ExportRdbParameters parameters,
com.azure.core.util.Context context)
Export data from the redis cache to blobs in a container.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginExportDataAsync(String resourceGroupName,
String name,
ExportRdbParameters parameters)
Export data from the redis cache to blobs in a container.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginImportData(String resourceGroupName,
String name,
ImportRdbParameters parameters)
Import data into Redis cache.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginImportData(String resourceGroupName,
String name,
ImportRdbParameters parameters,
com.azure.core.util.Context context)
Import data into Redis cache.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginImportDataAsync(String resourceGroupName,
String name,
ImportRdbParameters parameters)
Import data into Redis cache.
|
void |
checkNameAvailability(CheckNameAvailabilityParameters parameters)
Checks that the redis cache name is valid and is not already in use.
|
Mono<Void> |
checkNameAvailabilityAsync(CheckNameAvailabilityParameters parameters)
Checks that the redis cache name is valid and is not already in use.
|
com.azure.core.http.rest.Response<Void> |
checkNameAvailabilityWithResponse(CheckNameAvailabilityParameters parameters,
com.azure.core.util.Context context)
Checks that the redis cache name is valid and is not already in use.
|
Mono<com.azure.core.http.rest.Response<Void>> |
checkNameAvailabilityWithResponseAsync(CheckNameAvailabilityParameters parameters)
Checks that the redis cache name is valid and is not already in use.
|
RedisResourceInner |
create(String resourceGroupName,
String name,
RedisCreateParameters parameters)
Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.
|
RedisResourceInner |
create(String resourceGroupName,
String name,
RedisCreateParameters parameters,
com.azure.core.util.Context context)
Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.
|
Mono<RedisResourceInner> |
createAsync(String resourceGroupName,
String name,
RedisCreateParameters parameters)
Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createWithResponseAsync(String resourceGroupName,
String name,
RedisCreateParameters parameters)
Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.
|
void |
delete(String resourceGroupName,
String name)
Deletes a Redis cache.
|
void |
delete(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Deletes a Redis cache.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String name)
Deletes a Redis cache.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String name)
Deletes a Redis cache.
|
void |
exportData(String resourceGroupName,
String name,
ExportRdbParameters parameters)
Export data from the redis cache to blobs in a container.
|
void |
exportData(String resourceGroupName,
String name,
ExportRdbParameters parameters,
com.azure.core.util.Context context)
Export data from the redis cache to blobs in a container.
|
Mono<Void> |
exportDataAsync(String resourceGroupName,
String name,
ExportRdbParameters parameters)
Export data from the redis cache to blobs in a container.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
exportDataWithResponseAsync(String resourceGroupName,
String name,
ExportRdbParameters parameters)
Export data from the redis cache to blobs in a container.
|
RedisForceRebootResponseInner |
forceReboot(String resourceGroupName,
String name,
RedisRebootParameters parameters)
Reboot specified Redis node(s).
|
Mono<RedisForceRebootResponseInner> |
forceRebootAsync(String resourceGroupName,
String name,
RedisRebootParameters parameters)
Reboot specified Redis node(s).
|
com.azure.core.http.rest.Response<RedisForceRebootResponseInner> |
forceRebootWithResponse(String resourceGroupName,
String name,
RedisRebootParameters parameters,
com.azure.core.util.Context context)
Reboot specified Redis node(s).
|
Mono<com.azure.core.http.rest.Response<RedisForceRebootResponseInner>> |
forceRebootWithResponseAsync(String resourceGroupName,
String name,
RedisRebootParameters parameters)
Reboot specified Redis node(s).
|
RedisResourceInner |
getByResourceGroup(String resourceGroupName,
String name)
Gets a Redis cache (resource description).
|
Mono<RedisResourceInner> |
getByResourceGroupAsync(String resourceGroupName,
String name)
Gets a Redis cache (resource description).
|
com.azure.core.http.rest.Response<RedisResourceInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Gets a Redis cache (resource description).
|
Mono<com.azure.core.http.rest.Response<RedisResourceInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String name)
Gets a Redis cache (resource description).
|
void |
importData(String resourceGroupName,
String name,
ImportRdbParameters parameters)
Import data into Redis cache.
|
void |
importData(String resourceGroupName,
String name,
ImportRdbParameters parameters,
com.azure.core.util.Context context)
Import data into Redis cache.
|
Mono<Void> |
importDataAsync(String resourceGroupName,
String name,
ImportRdbParameters parameters)
Import data into Redis cache.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
importDataWithResponseAsync(String resourceGroupName,
String name,
ImportRdbParameters parameters)
Import data into Redis cache.
|
com.azure.core.http.rest.PagedIterable<RedisResourceInner> |
list()
Gets all Redis caches in the specified subscription.
|
com.azure.core.http.rest.PagedIterable<RedisResourceInner> |
list(com.azure.core.util.Context context)
Gets all Redis caches in the specified subscription.
|
com.azure.core.http.rest.PagedFlux<RedisResourceInner> |
listAsync()
Gets all Redis caches in the specified subscription.
|
com.azure.core.http.rest.PagedIterable<RedisResourceInner> |
listByResourceGroup(String resourceGroupName)
Lists all Redis caches in a resource group.
|
com.azure.core.http.rest.PagedIterable<RedisResourceInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Lists all Redis caches in a resource group.
|
com.azure.core.http.rest.PagedFlux<RedisResourceInner> |
listByResourceGroupAsync(String resourceGroupName)
Lists all Redis caches in a resource group.
|
RedisAccessKeysInner |
listKeys(String resourceGroupName,
String name)
Retrieve a Redis cache's access keys.
|
Mono<RedisAccessKeysInner> |
listKeysAsync(String resourceGroupName,
String name)
Retrieve a Redis cache's access keys.
|
com.azure.core.http.rest.Response<RedisAccessKeysInner> |
listKeysWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Retrieve a Redis cache's access keys.
|
Mono<com.azure.core.http.rest.Response<RedisAccessKeysInner>> |
listKeysWithResponseAsync(String resourceGroupName,
String name)
Retrieve a Redis cache's access keys.
|
NotificationListResponseInner |
listUpgradeNotifications(String resourceGroupName,
String name,
double history)
Gets any upgrade notifications for a Redis cache.
|
Mono<NotificationListResponseInner> |
listUpgradeNotificationsAsync(String resourceGroupName,
String name,
double history)
Gets any upgrade notifications for a Redis cache.
|
com.azure.core.http.rest.Response<NotificationListResponseInner> |
listUpgradeNotificationsWithResponse(String resourceGroupName,
String name,
double history,
com.azure.core.util.Context context)
Gets any upgrade notifications for a Redis cache.
|
Mono<com.azure.core.http.rest.Response<NotificationListResponseInner>> |
listUpgradeNotificationsWithResponseAsync(String resourceGroupName,
String name,
double history)
Gets any upgrade notifications for a Redis cache.
|
RedisAccessKeysInner |
regenerateKey(String resourceGroupName,
String name,
RedisKeyType keyType)
Regenerate Redis cache's access keys.
|
Mono<RedisAccessKeysInner> |
regenerateKeyAsync(String resourceGroupName,
String name,
RedisKeyType keyType)
Regenerate Redis cache's access keys.
|
com.azure.core.http.rest.Response<RedisAccessKeysInner> |
regenerateKeyWithResponse(String resourceGroupName,
String name,
RedisKeyType keyType,
com.azure.core.util.Context context)
Regenerate Redis cache's access keys.
|
Mono<com.azure.core.http.rest.Response<RedisAccessKeysInner>> |
regenerateKeyWithResponseAsync(String resourceGroupName,
String name,
RedisKeyType keyType)
Regenerate Redis cache's access keys.
|
RedisResourceInner |
update(String resourceGroupName,
String name,
RedisUpdateParameters parameters)
Update an existing Redis cache.
|
Mono<RedisResourceInner> |
updateAsync(String resourceGroupName,
String name,
RedisUpdateParameters parameters)
Update an existing Redis cache.
|
com.azure.core.http.rest.Response<RedisResourceInner> |
updateWithResponse(String resourceGroupName,
String name,
RedisUpdateParameters parameters,
com.azure.core.util.Context context)
Update an existing Redis cache.
|
Mono<com.azure.core.http.rest.Response<RedisResourceInner>> |
updateWithResponseAsync(String resourceGroupName,
String name,
RedisUpdateParameters parameters)
Update an existing Redis cache.
|
Mono<com.azure.core.http.rest.Response<Void>> checkNameAvailabilityWithResponseAsync(CheckNameAvailabilityParameters parameters)
parameters - Parameters supplied to the CheckNameAvailability Redis operation. The only supported resource
type is 'Microsoft.Cache/redis'.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> checkNameAvailabilityAsync(CheckNameAvailabilityParameters parameters)
parameters - Parameters supplied to the CheckNameAvailability Redis operation. The only supported resource
type is 'Microsoft.Cache/redis'.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 checkNameAvailability(CheckNameAvailabilityParameters parameters)
parameters - Parameters supplied to the CheckNameAvailability Redis operation. The only supported resource
type is 'Microsoft.Cache/redis'.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> checkNameAvailabilityWithResponse(CheckNameAvailabilityParameters parameters, com.azure.core.util.Context context)
parameters - Parameters supplied to the CheckNameAvailability Redis operation. The only supported resource
type is 'Microsoft.Cache/redis'.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<NotificationListResponseInner>> listUpgradeNotificationsWithResponseAsync(String resourceGroupName, String name, double history)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.history - how many minutes in past to look for upgrade notifications.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<NotificationListResponseInner> listUpgradeNotificationsAsync(String resourceGroupName, String name, double history)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.history - how many minutes in past to look for upgrade notifications.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.NotificationListResponseInner listUpgradeNotifications(String resourceGroupName, String name, double history)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.history - how many minutes in past to look for upgrade notifications.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<NotificationListResponseInner> listUpgradeNotificationsWithResponse(String resourceGroupName, String name, double history, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.history - how many minutes in past to look for upgrade notifications.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<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String name, RedisCreateParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters supplied to the Create Redis 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<RedisResourceInner>,RedisResourceInner> beginCreateAsync(String resourceGroupName, String name, RedisCreateParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters supplied to the Create Redis 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<RedisResourceInner>,RedisResourceInner> beginCreate(String resourceGroupName, String name, RedisCreateParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters supplied to the Create Redis 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<RedisResourceInner>,RedisResourceInner> beginCreate(String resourceGroupName, String name, RedisCreateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters supplied to the Create Redis 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<RedisResourceInner> createAsync(String resourceGroupName, String name, RedisCreateParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters supplied to the Create Redis 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.RedisResourceInner create(String resourceGroupName, String name, RedisCreateParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters supplied to the Create Redis 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.RedisResourceInner create(String resourceGroupName, String name, RedisCreateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters supplied to the Create Redis 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<RedisResourceInner>> updateWithResponseAsync(String resourceGroupName, String name, RedisUpdateParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters supplied to the Update Redis 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<RedisResourceInner> updateAsync(String resourceGroupName, String name, RedisUpdateParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters supplied to the Update Redis 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.RedisResourceInner update(String resourceGroupName, String name, RedisUpdateParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters supplied to the Update Redis 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.Response<RedisResourceInner> updateWithResponse(String resourceGroupName, String name, RedisUpdateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters supplied to the Update Redis 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<Flux<ByteBuffer>>> deleteWithResponseAsync(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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(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.Mono<Void> deleteAsync(String resourceGroupName, String name)
deleteAsync in interface InnerSupportsDelete<Void>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.void delete(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.void delete(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.Mono<com.azure.core.http.rest.Response<RedisResourceInner>> getByResourceGroupWithResponseAsync(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.Mono<RedisResourceInner> getByResourceGroupAsync(String resourceGroupName, String name)
getByResourceGroupAsync in interface InnerSupportsGet<RedisResourceInner>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.RedisResourceInner getByResourceGroup(String resourceGroupName, String name)
getByResourceGroup in interface InnerSupportsGet<RedisResourceInner>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.Response<RedisResourceInner> getByResourceGroupWithResponse(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.com.azure.core.http.rest.PagedFlux<RedisResourceInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<RedisResourceInner>resourceGroupName - The name of the resource group.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<RedisResourceInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<RedisResourceInner>resourceGroupName - The name of the resource group.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<RedisResourceInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.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<RedisResourceInner> listAsync()
listAsync in interface InnerSupportsListing<RedisResourceInner>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<RedisResourceInner> list()
list in interface InnerSupportsListing<RedisResourceInner>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<RedisResourceInner> list(com.azure.core.util.Context context)
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<RedisAccessKeysInner>> listKeysWithResponseAsync(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.Mono<RedisAccessKeysInner> listKeysAsync(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.RedisAccessKeysInner listKeys(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.Response<RedisAccessKeysInner> listKeysWithResponse(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.Mono<com.azure.core.http.rest.Response<RedisAccessKeysInner>> regenerateKeyWithResponseAsync(String resourceGroupName, String name, RedisKeyType keyType)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.keyType - The Redis access key to regenerate.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<RedisAccessKeysInner> regenerateKeyAsync(String resourceGroupName, String name, RedisKeyType keyType)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.keyType - The Redis access key to regenerate.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.RedisAccessKeysInner regenerateKey(String resourceGroupName, String name, RedisKeyType keyType)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.keyType - The Redis access key to regenerate.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<RedisAccessKeysInner> regenerateKeyWithResponse(String resourceGroupName, String name, RedisKeyType keyType, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.keyType - The Redis access key to regenerate.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<RedisForceRebootResponseInner>> forceRebootWithResponseAsync(String resourceGroupName, String name, RedisRebootParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Specifies which Redis node(s) to reboot.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<RedisForceRebootResponseInner> forceRebootAsync(String resourceGroupName, String name, RedisRebootParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Specifies which Redis node(s) to reboot.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.RedisForceRebootResponseInner forceReboot(String resourceGroupName, String name, RedisRebootParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Specifies which Redis node(s) to reboot.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<RedisForceRebootResponseInner> forceRebootWithResponse(String resourceGroupName, String name, RedisRebootParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Specifies which Redis node(s) to reboot.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<Flux<ByteBuffer>>> importDataWithResponseAsync(String resourceGroupName, String name, ImportRdbParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters for Redis import 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<Void>,Void> beginImportDataAsync(String resourceGroupName, String name, ImportRdbParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters for Redis import 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<Void>,Void> beginImportData(String resourceGroupName, String name, ImportRdbParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters for Redis import 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<Void>,Void> beginImportData(String resourceGroupName, String name, ImportRdbParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters for Redis import 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<Void> importDataAsync(String resourceGroupName, String name, ImportRdbParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters for Redis import 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.void importData(String resourceGroupName, String name, ImportRdbParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters for Redis import 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.void importData(String resourceGroupName, String name, ImportRdbParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters for Redis import 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<Flux<ByteBuffer>>> exportDataWithResponseAsync(String resourceGroupName, String name, ExportRdbParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters for Redis export 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<Void>,Void> beginExportDataAsync(String resourceGroupName, String name, ExportRdbParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters for Redis export 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<Void>,Void> beginExportData(String resourceGroupName, String name, ExportRdbParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters for Redis export 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<Void>,Void> beginExportData(String resourceGroupName, String name, ExportRdbParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters for Redis export 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<Void> exportDataAsync(String resourceGroupName, String name, ExportRdbParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters for Redis export 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.void exportData(String resourceGroupName, String name, ExportRdbParameters parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters for Redis export 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.void exportData(String resourceGroupName, String name, ExportRdbParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.parameters - Parameters for Redis export 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.Copyright © 2021 Microsoft Corporation. All rights reserved.