Uses of Class
org.jclouds.azurecompute.arm.domain.ImageProperties
-
Packages that use ImageProperties Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of ImageProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return ImageProperties Modifier and Type Method Description abstract ImageProperties
ImageProperties.Builder. build()
static ImageProperties
ImageProperties. create(IdReference sourceVirtualMachine, StorageProfile storageProfile, String provisioningState)
abstract ImageProperties
Image. properties()
The image properties.Methods in org.jclouds.azurecompute.arm.domain with parameters of type ImageProperties Modifier and Type Method Description static Image
Image. create(String id, String name, String location, ImageProperties properties, Map<String,String> tags)
abstract Image.Builder
Image.Builder. properties(ImageProperties properties)
-
Uses of ImageProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type ImageProperties Modifier and Type Method Description Image
ImageApi. createOrUpdate(String imageName, String location, ImageProperties properties)
-