Uses of Class
org.jclouds.azurecompute.arm.domain.Image
-
Packages that use Image Package Description org.jclouds.azurecompute.arm.compute.functions org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Image in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions with parameters of type Image Modifier and Type Method Description VMImageCustomImageToVMImage. apply(Image input) -
Uses of Image in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Image Modifier and Type Method Description ImageImage.Builder. build()static ImageImage. create(String id, String name, String location, ImageProperties properties, Map<String,String> tags) -
Uses of Image in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return Image Modifier and Type Method Description ImageImageApi. createOrUpdate(String imageName, String location, ImageProperties properties)ImageImageApi. get(String imageName)Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type Image Modifier and Type Method Description List<Image>ImageApi. list()
-