Sdílet prostřednictvím


StorageAccount.IsLocalUserEnabled Property

Definition

Gets or sets enables local users feature, if set to true

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to