Uses of Class
org.jclouds.azurecompute.arm.domain.HardwareProfile
Packages that use HardwareProfile
-
Uses of HardwareProfile in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return HardwareProfileModifier and TypeMethodDescriptionabstract HardwareProfile
HardwareProfile.Builder.build()
static HardwareProfile
abstract HardwareProfile
VirtualMachineProperties.hardwareProfile()
The hardware Profile of the virtual machine .Methods in org.jclouds.azurecompute.arm.domain with parameters of type HardwareProfileModifier and TypeMethodDescriptionstatic 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)