Freigeben über


IFileShareProperties.IncludedBurstIop Property

Definition

The calculated burst IOPS of the share. This property is only for file shares created under Files Provisioned v2 account type.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="The calculated burst IOPS of the share. This property is only for file shares created under Files Provisioned v2 account type.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="includedBurstIops", Update=false)]
public int? IncludedBurstIop { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="The calculated burst IOPS of the share. This property is only for file shares created under Files Provisioned v2 account type.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="includedBurstIops", Update=false)>]
member this.IncludedBurstIop : Nullable<int>
Public ReadOnly Property IncludedBurstIop As Nullable(Of Integer)

Property Value

Attributes

Applies to