Uses of Class
com.azure.resourcemanager.redis.models.RedisKeyType
-
Packages that use RedisKeyType Package Description com.azure.resourcemanager.redis.models 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 RedisKeyType Modifier and Type Method Description static RedisKeyTypeRedisKeyType. fromString(String value)Parses a serialized value to a RedisKeyType instance.RedisKeyTypeRedisRegenerateKeyParameters. keyType()Get the keyType property: The Redis access key to regenerate.static RedisKeyTypeRedisKeyType. valueOf(String name)Returns 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 RedisKeyType Modifier and Type Method Description RedisAccessKeysRedisCache. regenerateKey(RedisKeyType keyType)Regenerates the access keys for this Redis Cache.RedisRegenerateKeyParametersRedisRegenerateKeyParameters. withKeyType(RedisKeyType keyType)Set the keyType property: The Redis access key to regenerate.
-