VirtualMachineScaleSetVMProfileArgs

data class VirtualMachineScaleSetVMProfileArgs(val billingProfile: Output<BillingProfileArgs>? = null, val diagnosticsProfile: Output<DiagnosticsProfileArgs>? = null, val evictionPolicy: Output<Either<String, VirtualMachineEvictionPolicyTypes>>? = null, val extensionProfile: Output<VirtualMachineScaleSetExtensionProfileArgs>? = null, val licenseType: Output<String>? = null, val networkProfile: Output<VirtualMachineScaleSetNetworkProfileArgs>? = null, val osProfile: Output<VirtualMachineScaleSetOSProfileArgs>? = null, val priority: Output<Either<String, VirtualMachinePriorityTypes>>? = null, val scheduledEventsProfile: Output<ScheduledEventsProfileArgs>? = null, val securityProfile: Output<SecurityProfileArgs>? = null, val storageProfile: Output<VirtualMachineScaleSetStorageProfileArgs>? = null, val userData: Output<String>? = null) : ConvertibleToJava<VirtualMachineScaleSetVMProfileArgs>

Describes a virtual machine scale set virtual machine profile.

Constructors

Link copied to clipboard
constructor(billingProfile: Output<BillingProfileArgs>? = null, diagnosticsProfile: Output<DiagnosticsProfileArgs>? = null, evictionPolicy: Output<Either<String, VirtualMachineEvictionPolicyTypes>>? = null, extensionProfile: Output<VirtualMachineScaleSetExtensionProfileArgs>? = null, licenseType: Output<String>? = null, networkProfile: Output<VirtualMachineScaleSetNetworkProfileArgs>? = null, osProfile: Output<VirtualMachineScaleSetOSProfileArgs>? = null, priority: Output<Either<String, VirtualMachinePriorityTypes>>? = null, scheduledEventsProfile: Output<ScheduledEventsProfileArgs>? = null, securityProfile: Output<SecurityProfileArgs>? = null, storageProfile: Output<VirtualMachineScaleSetStorageProfileArgs>? = null, userData: Output<String>? = null)

Properties

Link copied to clipboard
val billingProfile: Output<BillingProfileArgs>? = null

Specifies the billing related details of a Azure Spot VMSS.

Minimum api-version: 2019-03-01.

Link copied to clipboard

Specifies the boot diagnostic settings state.

Minimum api-version: 2015-06-15.

Link copied to clipboard

Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set.

For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01.

For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.

Link copied to clipboard

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

Link copied to clipboard
val licenseType: Output<String>? = null

Specifies that the image or disk that is being used was licensed on-premises.

Possible values for Windows Server operating system are:

Windows_Client

Windows_Server

Possible values for Linux Server operating system are:

RHEL_BYOS (for RHEL)

SLES_BYOS (for SUSE)

For more information, see Azure Hybrid Use Benefit for Windows Server

Azure Hybrid Use Benefit for Linux Server

Minimum api-version: 2015-06-15

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val priority: Output<Either<String, VirtualMachinePriorityTypes>>? = null

Specifies the priority for the virtual machines in the scale set.

Minimum api-version: 2017-10-30-preview

Link copied to clipboard

Specifies Scheduled Event related configurations.

Link copied to clipboard

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

Link copied to clipboard

Specifies the storage settings for the virtual machine disks.

Link copied to clipboard
val userData: Output<String>? = null

UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here.

Minimum api-version: 2021-03-01

Functions

Link copied to clipboard
open override fun toJava(): VirtualMachineScaleSetVMProfileArgs