Share via


IStorageAccount.LargeFileSharesState Property

Definition

Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Disabled", "Enabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="largeFileSharesState", Update=true)]
public string LargeFileSharesState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Disabled", "Enabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="largeFileSharesState", Update=true)>]
member this.LargeFileSharesState : string with get, set
Public Property LargeFileSharesState As String

Property Value

Attributes

Applies to