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 VMImageAzureComputeServiceAdapter. 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 VMImageCustomImageToVMImage. 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 ImageVMImageToImage. 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 VMImageVMImage.Builder. build()static VMImageVMImage. decodeFieldsFromUniqueId(String id)
-