Uses of Class
org.jclouds.azurecompute.arm.domain.ImageProperties
Packages that use ImageProperties
-
Uses of ImageProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return ImagePropertiesModifier and TypeMethodDescriptionabstract 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 ImagePropertiesModifier and TypeMethodDescriptionstatic 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 ImagePropertiesModifier and TypeMethodDescriptionImageApi.createOrUpdate
(String imageName, String location, ImageProperties properties)