Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
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(SubResource availabilitySet)
Set specifies information about the availability set that the virtual machine should be assigned to.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
Set specifies the boot diagnostic settings state.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withHardwareProfile(HardwareProfile hardwareProfile)
Set specifies the hardware settings for the virtual machine.
|
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.withProximityPlacementGroup(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.withZones(List<String> zones)
Set the virtual machine zones.
|
Copyright © 2019. All rights reserved.