IElasticSan.TotalSizeTiB 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.
Total size of the Elastic San appliance in TB.
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.Info(Create=false, Description="Total size of the Elastic San appliance in TB.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="totalSizeTiB", Update=false)]
public long? TotalSizeTiB { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.Info(Create=false, Description="Total size of the Elastic San appliance in TB.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="totalSizeTiB", Update=false)>]
member this.TotalSizeTiB : Nullable<int64>
Public ReadOnly Property TotalSizeTiB As Nullable(Of Long)
Property Value
- Attributes