RedisRegenerateKeyParameters Class
- java.
lang. Object - com.
azure. resourcemanager. redis. models. RedisRegenerateKeyParameters
- com.
Implements
public final class RedisRegenerateKeyParameters
implements JsonSerializable<RedisRegenerateKeyParameters>
Specifies which Redis access keys to reset.
Constructor | Description |
---|---|
Redis |
Creates an instance of Redis |
Modifier and Type | Method and Description |
---|---|
static
Redis |
from Reads an instance of Redis |
Redis |
key Get the key |
Json |
to |
void |
validate()
Validates the instance. |
Redis |
with Set the key |
Methods inherited from java.lang.Object
RedisRegenerateKeyParameters
public RedisRegenerateKeyParameters()
Creates an instance of RedisRegenerateKeyParameters class.
fromJson
public static RedisRegenerateKeyParameters fromJson(JsonReader jsonReader)
Reads an instance of RedisRegenerateKeyParameters from the JsonReader.
Parameters:
Returns:
Throws:
keyType
public RedisKeyType keyType()
Get the keyType property: The Redis access key to regenerate.
Returns:
toJson
validate
public void validate()
Validates the instance.
withKeyType
public RedisRegenerateKeyParameters withKeyType(RedisKeyType keyType)
Set the keyType property: The Redis access key to regenerate.
Parameters:
Returns: