VirtualMachineScaleSetOSDisk Class
Describes a virtual machine scale set operating system disk.
All required parameters must be populated in order to send to server.
Constructor
VirtualMachineScaleSetOSDisk(*, name: str, create_option: str | _models.DiskCreateOptionTypes, caching: str | _models.CachingTypes | None = None, os_type: str | _models.OperatingSystemTypes | None = None, image: _models.VirtualHardDisk | None = None, vhd_containers: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The disk name. Required. |
caching
|
str or
CachingTypes
Specifies the caching requirements. Default value: None
|
create_option
|
Specifies how the virtual machines in the scale set should be
created. |
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. Default value: None
|
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. Default value: None
|
vhd_containers
|
The list of virtual hard disk container uris. Default value: None
|
Variables
Name | Description |
---|---|
name
|
The disk name. Required. |
caching
|
str or
CachingTypes
Specifies the caching requirements. |
create_option
|
Specifies how the virtual machines in the scale set should be created. |
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. |
Azure SDK for Python