VirtualMachineScaleSetOSDisk Class
Describes a virtual machine scale set operating system disk.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineScaleSetOSDisk
Constructor
VirtualMachineScaleSetOSDisk(*, create_option: str | _models.DiskCreateOptionTypes, name: str | None = None, caching: str | _models.CachingTypes | None = None, os_type: str | _models.OperatingSystemTypes | None = None, image: _models.VirtualHardDisk | None = None, vhd_containers: List[str] | None = None, managed_disk: _models.VirtualMachineScaleSetManagedDiskParameters | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The disk name. |
caching
|
str or
CachingTypes
Specifies the caching requirements. |
create_option
|
Specifies how the virtual machines in the scale set should be
created.:code: |
os_type
|
This property allows you to specify the type of the OS that is included in
the disk if creating a VM from user-image or a specialized VHD. |
image
|
The Source User Image VirtualHardDisk. This VirtualHardDisk will be copied before using it to attach to the Virtual Machine. If SourceImage is provided, the destination VirtualHardDisk should not exist. |
vhd_containers
|
The list of virtual hard disk container uris. |
managed_disk
|
The managed disk parameters. |
Variables
Name | Description |
---|---|
name
|
The disk name. |
caching
|
str or
CachingTypes
Specifies the caching requirements. |
create_option
|
Specifies how the virtual machines in the scale set should be
created.:code: |
os_type
|
This property allows you to specify the type of the OS that is included in the
disk if creating a VM from user-image or a specialized VHD. |
image
|
The Source User Image VirtualHardDisk. This VirtualHardDisk will be copied before using it to attach to the Virtual Machine. If SourceImage is provided, the destination VirtualHardDisk should not exist. |
vhd_containers
|
The list of virtual hard disk container uris. |
managed_disk
|
The managed disk parameters. |
Azure SDK for Python