ImageStorageProfile Class

Describes a storage profile.

All required parameters must be populated in order to send to Azure.

Inheritance
ImageStorageProfile

Constructor

ImageStorageProfile(*, os_disk: azure.mgmt.compute.v2016_04_30_preview.models._models_py3.ImageOSDisk, data_disks: Optional[List[azure.mgmt.compute.v2016_04_30_preview.models._models_py3.ImageDataDisk]] = None, **kwargs)

Parameters

os_disk
ImageOSDisk
Required

Required. Specifies information about the operating system disk used by the virtual machine. <br>``<br> For more information about disks, see About disks and VHDs for Azure virtual machines.

data_disks
list[ImageDataDisk]
Required

Specifies the parameters that are used to add a data disk to a virtual machine. <br>``<br> For more information about disks, see About disks and VHDs for Azure virtual machines.