VirtualMachineScaleSetUpdateStorageProfile Class
Describes a virtual machine scale set storage profile.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineScaleSetUpdateStorageProfile
Constructor
VirtualMachineScaleSetUpdateStorageProfile(*, image_reference: _models.ImageReference | None = None, os_disk: _models.VirtualMachineScaleSetUpdateOSDisk | None = None, data_disks: List[_models.VirtualMachineScaleSetDataDisk] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
image_reference
|
The image reference. |
os_disk
|
The OS disk. |
data_disks
|
The data disks. |
Variables
Name | Description |
---|---|
image_reference
|
The image reference. |
os_disk
|
The OS disk. |
data_disks
|
The data disks. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python