Class RedisRegenerateKeyParameters
java.lang.Object
com.microsoft.azure.management.redis.RedisRegenerateKeyParameters
Specifies which Redis access keys to reset.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionkeyType()
Get the keyType value.withKeyType
(RedisKeyType keyType) Set the keyType value.
-
Constructor Details
-
RedisRegenerateKeyParameters
public RedisRegenerateKeyParameters()
-
-
Method Details
-
keyType
Get the keyType value.- Returns:
- the keyType value
-
withKeyType
Set the keyType value.- Parameters:
keyType
- the keyType value to set- Returns:
- the RedisRegenerateKeyParameters object itself.
-