VirtualMachineScaleSetVMProfile Class

Describes a virtual machine scale set virtual machine profile.

Inheritance
VirtualMachineScaleSetVMProfile

Constructor

VirtualMachineScaleSetVMProfile(*, os_profile: Optional[azure.mgmt.compute.v2020_12_01.models._models_py3.VirtualMachineScaleSetOSProfile] = None, storage_profile: Optional[azure.mgmt.compute.v2020_12_01.models._models_py3.VirtualMachineScaleSetStorageProfile] = None, network_profile: Optional[azure.mgmt.compute.v2020_12_01.models._models_py3.VirtualMachineScaleSetNetworkProfile] = None, security_profile: Optional[azure.mgmt.compute.v2020_12_01.models._models_py3.SecurityProfile] = None, diagnostics_profile: Optional[azure.mgmt.compute.v2020_12_01.models._models_py3.DiagnosticsProfile] = None, extension_profile: Optional[azure.mgmt.compute.v2020_12_01.models._models_py3.VirtualMachineScaleSetExtensionProfile] = None, license_type: Optional[str] = None, priority: Optional[Union[str, azure.mgmt.compute.v2020_12_01.models._compute_management_client_enums.VirtualMachinePriorityTypes]] = None, eviction_policy: Optional[Union[str, azure.mgmt.compute.v2020_12_01.models._compute_management_client_enums.VirtualMachineEvictionPolicyTypes]] = None, billing_profile: Optional[azure.mgmt.compute.v2020_12_01.models._models_py3.BillingProfile] = None, scheduled_events_profile: Optional[azure.mgmt.compute.v2020_12_01.models._models_py3.ScheduledEventsProfile] = None, **kwargs)

Parameters

os_profile
VirtualMachineScaleSetOSProfile
Required

Specifies the operating system settings for the virtual machines in the scale set.

storage_profile
VirtualMachineScaleSetStorageProfile
Required

Specifies the storage settings for the virtual machine disks.

network_profile
VirtualMachineScaleSetNetworkProfile
Required

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

security_profile
SecurityProfile
Required

Specifies the Security related profile settings for the virtual machines in the scale set.

diagnostics_profile
DiagnosticsProfile
Required

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

extension_profile
VirtualMachineScaleSetExtensionProfile
Required

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

license_type
str
Required

Specifies that the image or disk that is being used was licensed on-premises. <br>``<br> Possible values for Windows Server operating system are: <br>``<br> Windows_Client <br>``<br> Windows_Server <br>``<br> Possible values for Linux Server operating system are: <br>``<br> RHEL_BYOS (for RHEL) <br>``<br> SLES_BYOS (for SUSE) <br>``<br> For more information, see Azure Hybrid Use Benefit for Windows Server <br>``<br> Azure Hybrid Use Benefit for Linux Server <br>``<br> Minimum api-version: 2015-06-15.

priority
str or VirtualMachinePriorityTypes
Required

Specifies the priority for the virtual machines in the scale set. <br>:code:>><<<br>Minimum api-version: 2017-10-30-preview. Possible values include: "Regular", "Low", "Spot".

eviction_policy
str or VirtualMachineEvictionPolicyTypes
Required

Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. <br>``<br>For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. :code:<br>:code:>><<<br>For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview. Possible values include: "Deallocate", "Delete".

billing_profile
BillingProfile
Required

Specifies the billing related details of a Azure Spot VMSS. <br>:code:>><<<br>Minimum api-version: 2019-03-01.

scheduled_events_profile
ScheduledEventsProfile
Required

Specifies Scheduled Event related configurations.