Uses of Class
com.azure.resourcemanager.redis.models.RedisRegenerateKeyParameters
Packages that use RedisRegenerateKeyParameters
Package
Description
Package containing the service clients for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of RedisRegenerateKeyParameters in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent with parameters of type RedisRegenerateKeyParametersModifier and TypeMethodDescriptionRedisClient.regenerateKey(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters) Regenerate Redis cache's access keys.RedisClient.regenerateKeyAsync(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters) Regenerate Redis cache's access keys.com.azure.core.http.rest.Response<RedisAccessKeysInner> RedisClient.regenerateKeyWithResponse(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters, com.azure.core.util.Context context) Regenerate Redis cache's access keys.Mono<com.azure.core.http.rest.Response<RedisAccessKeysInner>> RedisClient.regenerateKeyWithResponseAsync(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters) Regenerate Redis cache's access keys. -
Uses of RedisRegenerateKeyParameters in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return RedisRegenerateKeyParametersModifier and TypeMethodDescriptionstatic RedisRegenerateKeyParametersRedisRegenerateKeyParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RedisRegenerateKeyParameters from the JsonReader.RedisRegenerateKeyParameters.withKeyType(RedisKeyType keyType) Set the keyType property: The Redis access key to regenerate.