Uses of Enum
com.azure.resourcemanager.redis.models.RedisKeyType
Packages that use RedisKeyType
Package
Description
Package containing the data models for RedisManagementClient.
-
Uses of RedisKeyType in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return RedisKeyTypeModifier and TypeMethodDescriptionstatic RedisKeyTypeRedisKeyType.fromString(String value) Parses a serialized value to a RedisKeyType instance.RedisRegenerateKeyParameters.keyType()Get the keyType property: The Redis access key to regenerate.static RedisKeyTypeReturns the enum constant of this type with the specified name.static RedisKeyType[]RedisKeyType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.redis.models with parameters of type RedisKeyTypeModifier and TypeMethodDescriptionRedisCache.regenerateKey(RedisKeyType keyType) Regenerates the access keys for this Redis Cache.RedisRegenerateKeyParameters.withKeyType(RedisKeyType keyType) Set the keyType property: The Redis access key to regenerate.