IAmlFilesystem.CurrentStorageCapacityTiB 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.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Create=false, Description="The current storage capacity of the AML file system, in TiB. This reflects the actual capacity including any expansions.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="currentStorageCapacityTiB", Update=false)]
public float? CurrentStorageCapacityTiB { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Create=false, Description="The current storage capacity of the AML file system, in TiB. This reflects the actual capacity including any expansions.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="currentStorageCapacityTiB", Update=false)>]
member this.CurrentStorageCapacityTiB : Nullable<single>
Public ReadOnly Property CurrentStorageCapacityTiB As Nullable(Of Single)
Property Value
- Attributes