Uses of Class
com.microsoft.azure.management.compute.VirtualMachineUpdate
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineUpdate in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineUpdate.withAdditionalCapabilities
(AdditionalCapabilities additionalCapabilities) Set specifies additional capabilities enabled or disabled on the virtual machine.VirtualMachineUpdate.withAvailabilitySet
(com.microsoft.azure.SubResource availabilitySet) Set specifies information about the availability set that the virtual machine should be assigned to.VirtualMachineUpdate.withBillingProfile
(BillingProfile billingProfile) Set specifies the billing related details of a Azure Spot virtual machine.VirtualMachineUpdate.withDiagnosticsProfile
(DiagnosticsProfile diagnosticsProfile) Set specifies the boot diagnostic settings state.VirtualMachineUpdate.withEvictionPolicy
(VirtualMachineEvictionPolicyTypes evictionPolicy) Set specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set.VirtualMachineUpdate.withExtensionsTimeBudget
(String extensionsTimeBudget) Set specifies the time alloted for all extensions to start.VirtualMachineUpdate.withHardwareProfile
(HardwareProfile hardwareProfile) Set specifies the hardware settings for the virtual machine.VirtualMachineUpdate.withHost
(com.microsoft.azure.SubResource host) Set specifies information about the dedicated host that the virtual machine resides in.VirtualMachineUpdate.withHostGroup
(com.microsoft.azure.SubResource hostGroup) Set specifies information about the dedicated host group that the virtual machine resides in.VirtualMachineUpdate.withIdentity
(VirtualMachineIdentity identity) Set the identity of the virtual machine, if configured.VirtualMachineUpdate.withLicenseType
(String licenseType) Set specifies that the image or disk that is being used was licensed on-premises.VirtualMachineUpdate.withNetworkProfile
(NetworkProfile networkProfile) Set specifies the network interfaces of the virtual machine.VirtualMachineUpdate.withOsProfile
(OSProfile osProfile) Set specifies the operating system settings used while creating the virtual machine.Set specifies information about the marketplace image used to create the virtual machine.VirtualMachineUpdate.withPlatformFaultDomain
(Integer platformFaultDomain) Set specifies the scale set logical fault domain into which the Virtual Machine will be created.VirtualMachineUpdate.withPriority
(VirtualMachinePriorityTypes priority) Set specifies the priority for the virtual machine.VirtualMachineUpdate.withProximityPlacementGroup
(com.microsoft.azure.SubResource proximityPlacementGroup) Set specifies information about the proximity placement group that the virtual machine should be assigned to.VirtualMachineUpdate.withSecurityProfile
(SecurityProfile securityProfile) Set specifies the Security related profile settings for the virtual machine.VirtualMachineUpdate.withStorageProfile
(StorageProfile storageProfile) Set specifies the storage settings for the virtual machine disks.VirtualMachineUpdate.withVirtualMachineScaleSet
(com.microsoft.azure.SubResource virtualMachineScaleSet) Set specifies information about the virtual machine scale set that the virtual machine should be assigned to.Set the virtual machine zones.