DataDisksToDetach Class

Describes the data disk to be detached.

Constructor

DataDisksToDetach()

Variables

Name Description
disk_id
str

ID of the managed data disk. Required.

detach_option
Union[str, <xref:"DiskDetachOptionTypes">]

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

Attributes

detachOption

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

detachOption: str | DiskDetachOptionTypes

diskId

ID of the managed data disk. Required.

diskId: Required[str]