BatchAccountRegenerateKeyParameters.KeyName Property

Definition

Gets or sets the type of account key to regenerate. Possible values include: 'Primary', 'Secondary'

[Newtonsoft.Json.JsonProperty(PropertyName="keyName")]
public Microsoft.Azure.Management.Batch.Models.AccountKeyType KeyName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyName")>]
member this.KeyName : Microsoft.Azure.Management.Batch.Models.AccountKeyType with get, set
Public Property KeyName As AccountKeyType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to