| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withBillingProfile(BillingProfile billingProfile)
Set specifies the billing related details of a Azure Spot VMSS.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
Set specifies the boot diagnostic settings state.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withEvictionPolicy(VirtualMachineEvictionPolicyTypes evictionPolicy)
Set specifies the eviction policy for virtual machines in a Azure Spot scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withExtensionProfile(VirtualMachineScaleSetExtensionProfile extensionProfile)
Set specifies a collection of settings for extensions installed on virtual machines in the scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withLicenseType(String licenseType)
Set specifies that the image or disk that is being used was licensed on-premises.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withNetworkProfile(VirtualMachineScaleSetNetworkProfile networkProfile)
Set specifies properties of the network interfaces of the virtual machines in the scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withOsProfile(VirtualMachineScaleSetOSProfile osProfile)
Set specifies the operating system settings for the virtual machines in the scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withPriority(VirtualMachinePriorityTypes priority)
Set specifies the priority for the virtual machines in the scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile)
Set specifies Scheduled Event related configurations.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withStorageProfile(VirtualMachineScaleSetStorageProfile storageProfile)
Set specifies the storage settings for the virtual machine disks.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/