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

IWithNewVhdDiskSettings<ParentT>.WithLun(Int32) 方法

定义

指定非托管数据磁盘的逻辑单元号。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinition.IWithNewVhdDiskSettings<ParentT> WithLun (int lun);
abstract member WithLun : int -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinition.IWithNewVhdDiskSettings<'ParentT>
Public Function WithLun (lun As Integer) As IWithNewVhdDiskSettings(Of ParentT)

参数

lun
Int32

逻辑单元号。

返回

适用于