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.Model
RedisRegenerateKeyParameters

Constructor

RedisRegenerateKeyParameters(*, key_type: str | _models.RedisKeyType, **kwargs: Any)

Keyword-Only Parameters

Name Description
key_type

The Redis access key to regenerate. Required. Known values are: "Primary" and "Secondary".

Variables

Name Description
key_type

The Redis access key to regenerate. Required. Known values are: "Primary" and "Secondary".