IAmlFilesystemProperties.ThroughputProvisionedMBps Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="throughputProvisionedMBps")]
public int? ThroughputProvisionedMBps { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="throughputProvisionedMBps")>]
member this.ThroughputProvisionedMBps : Nullable<int>
Public ReadOnly Property ThroughputProvisionedMBps As Nullable(Of Integer)
Property Value
- Attributes