StorageAccountCreateParameters.AutoRegenerateKey Property

Definition

Gets or sets whether keyvault should manage the storage account for the user.

[Newtonsoft.Json.JsonProperty(PropertyName="autoRegenerateKey")]
public bool AutoRegenerateKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="autoRegenerateKey")>]
member this.AutoRegenerateKey : bool with get, set
Public Property AutoRegenerateKey As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to