你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDataDisk.DiskSizeGb Property

Definition

Specifies the size of an empty disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Description="Specifies the size of an empty disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="diskSizeGB")]
public int? DiskSizeGb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Description="Specifies the size of an empty disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="diskSizeGB")>]
member this.DiskSizeGb : Nullable<int> with get, set
Public Property DiskSizeGb As Nullable(Of Integer)

Property Value

Attributes

Applies to