ISnapshotProperties.SourceVolumeSizeGiB 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.
Size of Source Volume
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.Info(Create=false, Description="Size of Source Volume", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="sourceVolumeSizeGiB", Update=false)]
public long? SourceVolumeSizeGiB { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.Info(Create=false, Description="Size of Source Volume", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="sourceVolumeSizeGiB", Update=false)>]
member this.SourceVolumeSizeGiB : Nullable<int64>
Public ReadOnly Property SourceVolumeSizeGiB As Nullable(Of Long)
Property Value
- Attributes