| Modifier and Type | Method and Description |
|---|---|
VirtualMachineUpdate |
VirtualMachineUpdate.withAdditionalCapabilities(AdditionalCapabilities additionalCapabilities)
Set specifies additional capabilities enabled or disabled on the virtual machine.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withAvailabilitySet(com.microsoft.azure.SubResource availabilitySet)
Set specifies information about the availability set that the virtual machine should be assigned to.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withBillingProfile(BillingProfile billingProfile)
Set specifies the billing related details of a Azure Spot virtual machine.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
Set specifies the boot diagnostic settings state.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withEvictionPolicy(VirtualMachineEvictionPolicyTypes evictionPolicy)
Set specifies the eviction policy for the Azure Spot virtual machine.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withHardwareProfile(HardwareProfile hardwareProfile)
Set specifies the hardware settings for the virtual machine.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withHost(com.microsoft.azure.SubResource host)
Set specifies information about the dedicated host that the virtual machine resides in.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withIdentity(VirtualMachineIdentity identity)
Set the identity of the virtual machine, if configured.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withLicenseType(String licenseType)
Set specifies that the image or disk that is being used was licensed on-premises.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withNetworkProfile(NetworkProfile networkProfile)
Set specifies the network interfaces of the virtual machine.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withOsProfile(OSProfile osProfile)
Set specifies the operating system settings for the virtual machine.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withPlan(Plan plan)
Set specifies information about the marketplace image used to create the virtual machine.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withPriority(VirtualMachinePriorityTypes priority)
Set specifies the priority for the virtual machine.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withProximityPlacementGroup(com.microsoft.azure.SubResource proximityPlacementGroup)
Set specifies information about the proximity placement group that the virtual machine should be assigned to.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withStorageProfile(StorageProfile storageProfile)
Set specifies the storage settings for the virtual machine disks.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withVirtualMachineScaleSet(com.microsoft.azure.SubResource virtualMachineScaleSet)
Set specifies information about the virtual machine scale set that the virtual machine should be assigned to.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withZones(List<String> zones)
Set the virtual machine zones.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/