StorageAccountUpdateParameters.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 : Nullable<bool> with get, set
Public Property AutoRegenerateKey As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to