RedisRegenerateKeyParameters Class
Specifies which Redis access keys to reset.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.redis._serialization.ModelRedisRegenerateKeyParameters
Constructor
RedisRegenerateKeyParameters(*, key_type: str | _models.RedisKeyType, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key_type
|
str or
RedisKeyType
The Redis access key to regenerate. Required. Known values are: "Primary" and "Secondary". |
Variables
Name | Description |
---|---|
key_type
|
str or
RedisKeyType
The Redis access key to regenerate. Required. Known values are: "Primary" and "Secondary". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python