VirtualMachineScaleSetVMProfile Class

Describes a virtual machine scale set virtual machine profile.

Inheritance
azure.mgmt.compute._serialization.Model
VirtualMachineScaleSetVMProfile

Constructor

VirtualMachineScaleSetVMProfile(*, os_profile: _models.VirtualMachineScaleSetOSProfile | None = None, storage_profile: _models.VirtualMachineScaleSetStorageProfile | None = None, additional_capabilities: _models.AdditionalCapabilities | 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.

additional_capabilities

Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with UltraSSD_LRS storage account type.

network_profile

Specifies properties of the network interfaces of the virtual machines in the scale set.

diagnostics_profile

Specifies the boot diagnostic settings state. <br>:code:>><<<br>Minimum api-version: 2015-06-15.

extension_profile

Specifies a collection of settings for extensions installed on virtual machines in the scale set.

license_type
str

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. <br>``<br> Possible values are: <br>``<br> Windows_Client <br>``<br> Windows_Server <br>``<br> If this element is included in a request for an update, the value must match the initial value. This value cannot be updated. <br>``<br> For more information, see Azure Hybrid Use Benefit for Windows Server # pylint: disable=line-too-long <br>``<br> Minimum api-version: 2015-06-15.

priority

Specifies the priority for the virtual machines in the scale set. <br>:code:>><<<br>Minimum api-version: 2017-10-30-preview. Known values are: "Regular" and "Low".

eviction_policy

Specifies the eviction policy for virtual machines in a low priority scale set. <br>:code:>><<<br>Minimum api-version: 2017-10-30-preview. Known values are: "Deallocate" and "Delete".

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.

additional_capabilities

Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with UltraSSD_LRS storage account type.

network_profile

Specifies properties of the network interfaces of the virtual machines in the scale set.

diagnostics_profile

Specifies the boot diagnostic settings state. <br>:code:>><<<br>Minimum api-version: 2015-06-15.

extension_profile

Specifies a collection of settings for extensions installed on virtual machines in the scale set.

license_type
str

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. <br>``<br> Possible values are: <br>``<br> Windows_Client <br>``<br> Windows_Server <br>``<br> If this element is included in a request for an update, the value must match the initial value. This value cannot be updated. <br>``<br> For more information, see Azure Hybrid Use Benefit for Windows Server # pylint: disable=line-too-long <br>``<br> Minimum api-version: 2015-06-15.

priority

Specifies the priority for the virtual machines in the scale set. <br>:code:>><<<br>Minimum api-version: 2017-10-30-preview. Known values are: "Regular" and "Low".

eviction_policy

Specifies the eviction policy for virtual machines in a low priority scale set. <br>:code:>><<<br>Minimum api-version: 2017-10-30-preview. Known values are: "Deallocate" and "Delete".