RedisRegenerateKeyParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RedisRegenerateKeyParameters() |
Initializes a new instance of the RedisRegenerateKeyParameters class. |
RedisRegenerateKeyParameters(RedisKeyType) |
Initializes a new instance of the RedisRegenerateKeyParameters class. |
RedisRegenerateKeyParameters()
Initializes a new instance of the RedisRegenerateKeyParameters class.
public RedisRegenerateKeyParameters ();
Public Sub New ()
Applies to
RedisRegenerateKeyParameters(RedisKeyType)
Initializes a new instance of the RedisRegenerateKeyParameters class.
public RedisRegenerateKeyParameters (Microsoft.Azure.Management.RedisCache.Models.RedisKeyType keyType);
new Microsoft.Azure.Management.RedisCache.Models.RedisRegenerateKeyParameters : Microsoft.Azure.Management.RedisCache.Models.RedisKeyType -> Microsoft.Azure.Management.RedisCache.Models.RedisRegenerateKeyParameters
Public Sub New (keyType As RedisKeyType)
Parameters
- keyType
- RedisKeyType
The Redis access key to regenerate. Possible values include: 'Primary', 'Secondary'