你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RedisRegenerateKeyParameters Constructors

Definition

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'

Applies to