Uses of Class
org.jclouds.azurecompute.arm.domain.ImageReference
-
Packages that use ImageReference Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of ImageReference in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return ImageReference Modifier and Type Method Description abstract ImageReferenceImageReference.Builder. build()static ImageReferenceImageReference. create(String id, String publisher, String offer, String sku, String version)abstract ImageReferenceStorageProfile. imageReference()The image reference of the storage profileMethods in org.jclouds.azurecompute.arm.domain with parameters of type ImageReference Modifier and Type Method Description static StorageProfileStorageProfile. create(ImageReference imageReference, OSDisk osDisk, List<DataDisk> dataDisks)abstract StorageProfile.BuilderStorageProfile.Builder. imageReference(ImageReference imageReference)
-