Uses of Class
org.jclouds.azurecompute.arm.domain.VMSize
-
Packages that use VMSize Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of VMSize in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return VMSize Modifier and Type Method Description static VMSizeVMSize. create(String name, Integer numberOfCores, Integer osDiskSizeInMB, Integer resourceDiskSizeInMB, Integer memoryInMB, Integer maxDataDiskCount) -
Uses of VMSize in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type VMSize Modifier and Type Method Description List<VMSize>VMSizeApi. list()List<VMSize>VirtualMachineApi. listAvailableSizes(String name)
-