Compartilhar via


IStorageAccount.IsLocalUserEnabled Property

Definition

Enables local users feature, if set to true

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Enables local users feature, if set to true", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isLocalUserEnabled", Update=true)]
public bool? IsLocalUserEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Enables local users feature, if set to true", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isLocalUserEnabled", Update=true)>]
member this.IsLocalUserEnabled : Nullable<bool> with get, set
Public Property IsLocalUserEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to