Package version:

Interface DataDisksToDetach

Describes the data disk to be detached.

interface DataDisksToDetach {
    detachOption?: string;
    diskId: string;
}

Properties

detachOption?: string

Supported options available for Detach of a disk from a VM. Refer to DetachOption object reference for more details.

diskId: string

ID of the managed data disk.