StorageAccountInner.IsHnsEnabled Property

Definition

Gets or sets account HierarchicalNamespace enabled if sets to true.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isHnsEnabled")]
public bool? IsHnsEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isHnsEnabled")>]
member this.IsHnsEnabled : Nullable<bool> with get, set
Public Property IsHnsEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to