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 ImageReference
ImageReference.Builder. build()
static ImageReference
ImageReference. create(String id, String publisher, String offer, String sku, String version)
abstract ImageReference
StorageProfile. 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 StorageProfile
StorageProfile. create(ImageReference imageReference, OSDisk osDisk, List<DataDisk> dataDisks)
abstract StorageProfile.Builder
StorageProfile.Builder. imageReference(ImageReference imageReference)
-