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 HardwareProfileHardwareProfile.Builder. build()static HardwareProfileHardwareProfile. create(String vmSize)abstract HardwareProfileVirtualMachineProperties. 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 VirtualMachinePropertiesVirtualMachineProperties. create(String vmId, String licenseType, IdReference availabilitySet, HardwareProfile hardwareProfile, StorageProfile storageProfile, OSProfile osProfile, NetworkProfile networkProfile, DiagnosticsProfile diagnosticsProfile, VirtualMachineProperties.ProvisioningState provisioningState)abstract VirtualMachineProperties.BuilderVirtualMachineProperties.Builder. hardwareProfile(HardwareProfile hardwareProfile)
-