Partager via


IFileShareProperties.FileSharePaidBurstingEnabled Property

Definition

Indicates whether paid bursting is enabled for the share. This property is only for file shares created under Files Provisioned v1 SSD account type.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Indicates whether paid bursting is enabled for the share. This property is only for file shares created under Files Provisioned v1 SSD account type.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="paidBurstingEnabled", Update=true)]
public bool? FileSharePaidBurstingEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Indicates whether paid bursting is enabled for the share. This property is only for file shares created under Files Provisioned v1 SSD account type.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="paidBurstingEnabled", Update=true)>]
member this.FileSharePaidBurstingEnabled : Nullable<bool> with get, set
Public Property FileSharePaidBurstingEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to