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 ImagePropertiesImageProperties.Builder. build()static ImagePropertiesImageProperties. create(IdReference sourceVirtualMachine, StorageProfile storageProfile, String provisioningState)abstract ImagePropertiesImage. properties()The image properties.Methods in org.jclouds.azurecompute.arm.domain with parameters of type ImageProperties Modifier and Type Method Description static ImageImage. create(String id, String name, String location, ImageProperties properties, Map<String,String> tags)abstract Image.BuilderImage.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 ImageImageApi. createOrUpdate(String imageName, String location, ImageProperties properties) 
 -