VirtualMachineScaleSetVMProfile Class
Describes a virtual machine scale set virtual machine profile.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineScaleSetVMProfile
Constructor
VirtualMachineScaleSetVMProfile(*, os_profile: _models.VirtualMachineScaleSetOSProfile | None = None, storage_profile: _models.VirtualMachineScaleSetStorageProfile | None = None, network_profile: _models.VirtualMachineScaleSetNetworkProfile | None = None, diagnostics_profile: _models.DiagnosticsProfile | None = None, extension_profile: _models.VirtualMachineScaleSetExtensionProfile | None = None, license_type: str | None = None, priority: str | _models.VirtualMachinePriorityTypes | None = None, eviction_policy: str | _models.VirtualMachineEvictionPolicyTypes | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
os_profile
|
Specifies the operating system settings for the virtual machines in the scale set. |
storage_profile
|
Specifies the storage settings for the virtual machine disks. |
network_profile
|
Specifies properties of the network interfaces of the virtual machines in the scale set. |
diagnostics_profile
|
Specifies the boot diagnostic settings state.
|
extension_profile
|
Specifies a collection of settings for extensions installed on virtual machines in the scale set. |
license_type
|
Specifies that the image or disk that is being used was licensed
on-premises. This element is only used for images that contain the Windows Server operating
system. |
priority
|
Specifies the priority for the virtual machines in the scale set.
|
eviction_policy
|
Specifies the eviction policy for virtual machines in a low priority
scale set. |
Variables
Name | Description |
---|---|
os_profile
|
Specifies the operating system settings for the virtual machines in the scale set. |
storage_profile
|
Specifies the storage settings for the virtual machine disks. |
network_profile
|
Specifies properties of the network interfaces of the virtual machines in the scale set. |
diagnostics_profile
|
Specifies the boot diagnostic settings state.
|
extension_profile
|
Specifies a collection of settings for extensions installed on virtual machines in the scale set. |
license_type
|
Specifies that the image or disk that is being used was licensed
on-premises. This element is only used for images that contain the Windows Server operating
system. |
priority
|
Specifies the priority for the virtual machines in the scale set.
|
eviction_policy
|
Specifies the eviction policy for virtual machines in a low priority
scale set. |
Azure SDK for Python