RedisRegenerateKeyParameters.KeyType Property

Definition

Gets or sets the Redis access key to regenerate. Possible values include: 'Primary', 'Secondary'

[Newtonsoft.Json.JsonProperty(PropertyName="keyType")]
public Microsoft.Azure.Management.Redis.Models.RedisKeyType KeyType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyType")>]
member this.KeyType : Microsoft.Azure.Management.Redis.Models.RedisKeyType with get, set
Public Property KeyType As RedisKeyType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to