Uses of Class
com.microsoft.azure.management.redis.RedisKeyType
-
-
Uses of RedisKeyType in com.microsoft.azure.management.redis
Methods in com.microsoft.azure.management.redis 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 value.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.microsoft.azure.management.redis 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 value.
-