Uses of Class
org.jclouds.azurecompute.arm.domain.HardwareProfile
-
Packages that use HardwareProfile Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of HardwareProfile in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return HardwareProfile Modifier and Type Method Description abstract HardwareProfile
HardwareProfile.Builder. build()
static HardwareProfile
HardwareProfile. create(String vmSize)
abstract HardwareProfile
VirtualMachineProperties. hardwareProfile()
The hardware Profile of the virtual machine .Methods in org.jclouds.azurecompute.arm.domain with parameters of type HardwareProfile Modifier and Type Method Description static VirtualMachineProperties
VirtualMachineProperties. create(String vmId, String licenseType, IdReference availabilitySet, HardwareProfile hardwareProfile, StorageProfile storageProfile, OSProfile osProfile, NetworkProfile networkProfile, DiagnosticsProfile diagnosticsProfile, VirtualMachineProperties.ProvisioningState provisioningState)
abstract VirtualMachineProperties.Builder
VirtualMachineProperties.Builder. hardwareProfile(HardwareProfile hardwareProfile)
-