ImageStorageProfile Class

Describes a storage profile.

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

Inheritance
azure.mgmt.compute._serialization.Model
ImageStorageProfile

Constructor

ImageStorageProfile(*, os_disk: _models.ImageOSDisk, data_disks: List[_models.ImageDataDisk] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
os_disk

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. # pylint: disable=line-too-long Required.

data_disks

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. # pylint: disable=line-too-long

Variables

Name Description
os_disk

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. # pylint: disable=line-too-long Required.

data_disks

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. # pylint: disable=line-too-long