Share via


IUpdate.WithoutDataDisk(Int32) Method

Definition

Detaches an existing data disk from this VMSS virtual machine.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetVM.Update.IUpdate WithoutDataDisk (int lun);
abstract member WithoutDataDisk : int -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetVM.Update.IUpdate
Public Function WithoutDataDisk (lun As Integer) As IUpdate

Parameters

lun
Int32

the disk LUN

Returns

the next stage of the update

Applies to