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 VMImage
CustomImageToVMImage. 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 Image
Image.Builder. build()
static Image
Image. 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 Image
ImageApi. createOrUpdate(String imageName, String location, ImageProperties properties)
Image
ImageApi. 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()
-