Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ class DataDisk(Model):
:type managed_disk:
~azure.mgmt.compute.v2019_03_01.models.ManagedDiskParameters
:param to_be_detached: Specifies whether the data disk is in process of
detachment from the VirtualMachine/VirtualMachineScaleset
detachment from the VirtualMachine/VirtualMachineScaleset.
:type to_be_detached: bool
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ class DataDisk(Model):
:type managed_disk:
~azure.mgmt.compute.v2019_03_01.models.ManagedDiskParameters
:param to_be_detached: Specifies whether the data disk is in process of
detachment from the VirtualMachine/VirtualMachineScaleset
detachment from the VirtualMachine/VirtualMachineScaleset.
:type to_be_detached: bool
"""

Expand Down