Class ImageReference
java.lang.Object
org.jclouds.azurecompute.arm.domain.ImageReference
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ImageReference.Builder
builder()
static ImageReference
abstract String
Specifies the resource identifier of a virtual machine image in your subscription.encodeFieldsToUniqueId
(String location) encodeFieldsToUniqueIdCustom
(String location) abstract String
offer()
The offer of the image reference.abstract String
The publisher of the image reference.abstract String
sku()
The sku of the image reference.abstract ImageReference.Builder
abstract String
version()
The version of the image reference.
-
Method Details
-
customImageId
Specifies the resource identifier of a virtual machine image in your subscription. This element is only used for virtual machine images, not platform images or marketplace images. -
publisher
The publisher of the image reference. -
offer
The offer of the image reference. -
sku
The sku of the image reference. -
version
The version of the image reference. -
create
-
toBuilder
-
builder
-
encodeFieldsToUniqueId
-
encodeFieldsToUniqueIdCustom
-