Uses of Class
org.jclouds.azurecompute.arm.domain.VMImage
-
Packages that use VMImage Package Description org.jclouds.azurecompute.arm.compute org.jclouds.azurecompute.arm.compute.functions org.jclouds.azurecompute.arm.domain -
-
Uses of VMImage in org.jclouds.azurecompute.arm.compute
Methods in org.jclouds.azurecompute.arm.compute that return VMImage Modifier and Type Method Description VMImage
AzureComputeServiceAdapter. getImage(String id)
Methods in org.jclouds.azurecompute.arm.compute that return types with arguments of type VMImage Modifier and Type Method Description Iterable<VMImage>
AzureComputeServiceAdapter. listImages()
-
Uses of VMImage in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions that return VMImage Modifier and Type Method Description VMImage
CustomImageToVMImage. apply(Image input)
Methods in org.jclouds.azurecompute.arm.compute.functions that return types with arguments of type VMImage Modifier and Type Method Description static com.google.common.base.Function<VMImage,OperatingSystem.Builder>
VMImageToImage. osFamily()
Methods in org.jclouds.azurecompute.arm.compute.functions with parameters of type VMImage Modifier and Type Method Description Image
VMImageToImage. apply(VMImage image)
-
Uses of VMImage in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return VMImage Modifier and Type Method Description abstract VMImage
VMImage.Builder. build()
static VMImage
VMImage. decodeFieldsFromUniqueId(String id)
-