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

IWithVhdAttachedDiskSettings<ParentT>.WithSizeInGB(Int32) 方法

定义

指定需要调整磁盘大小的大小(以 GB 为单位)。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.UpdateDefinition.IWithVhdAttachedDiskSettings<ParentT> WithSizeInGB (int sizeInGB);
abstract member WithSizeInGB : int -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.UpdateDefinition.IWithVhdAttachedDiskSettings<'ParentT>
Public Function WithSizeInGB (sizeInGB As Integer) As IWithVhdAttachedDiskSettings(Of ParentT)

参数

sizeInGB
Int32

磁盘大小(以 GB 为单位)。

返回

适用于