DataDisksToDetach Class
Describes the data disk to be detached.
Constructor
DataDisksToDetach()
Variables
| Name | Description |
|---|---|
|
disk_id
|
ID of the managed data disk. Required. |
|
detach_option
|
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]