DataDiskStorageTypeInfo Class

Storage information about the data disks present in the custom image.

Inheritance
DataDiskStorageTypeInfo

Constructor

DataDiskStorageTypeInfo(*, lun: Optional[str] = None, storage_type: Optional[Union[str, azure.mgmt.devtestlabs.models._dev_test_labs_client_enums.StorageType]] = None, **kwargs)

Parameters

lun
str
Required

Disk Lun.

storage_type
str or StorageType
Required

Disk Storage Type. Possible values include: "Standard", "Premium", "StandardSSD".