VirtualMachineScaleSetStorageProfile Class
Describes a virtual machine scale set storage profile.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineScaleSetStorageProfile
Constructor
VirtualMachineScaleSetStorageProfile(*, image_reference: _models.ImageReference | None = None, os_disk: _models.VirtualMachineScaleSetOSDisk | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
image_reference
|
The image reference. |
os_disk
|
The OS disk. |
Variables
Name | Description |
---|---|
image_reference
|
The image reference. |
os_disk
|
The OS disk. |
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