Class ImageReference
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.ImageReference
-
public abstract class ImageReference extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ImageReference.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ImageReference.Builder
builder()
static ImageReference
create(String id, String publisher, String offer, String sku, String version)
abstract String
customImageId()
Specifies the resource identifier of a virtual machine image in your subscription.String
encodeFieldsToUniqueId(String location)
String
encodeFieldsToUniqueIdCustom(String location)
abstract String
offer()
The offer of the image reference.abstract String
publisher()
The publisher of the image reference.abstract String
sku()
The sku of the image reference.abstract ImageReference.Builder
toBuilder()
abstract String
version()
The version of the image reference.
-
-
-
Method Detail
-
customImageId
@Nullable public abstract String 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.
-
create
public static ImageReference create(String id, String publisher, String offer, String sku, String version)
-
toBuilder
public abstract ImageReference.Builder toBuilder()
-
builder
public static ImageReference.Builder builder()
-
-