AttachNewDataDiskOptionsFragment Class

Properties to attach new disk to the Virtual Machine.

Inheritance
AttachNewDataDiskOptionsFragment

Constructor

AttachNewDataDiskOptionsFragment(*, disk_size_gi_b: Optional[int] = None, disk_name: Optional[str] = None, disk_type: Optional[Union[str, azure.mgmt.devtestlabs.models._dev_test_labs_client_enums.StorageType]] = None, **kwargs)

Parameters

disk_size_gi_b
int
Required

Size of the disk to be attached in GibiBytes.

disk_name
str
Required

The name of the disk to be attached.

disk_type
str or StorageType
Required

The storage type for the disk (i.e. Standard, Premium). Possible values include: "Standard", "Premium", "StandardSSD".