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 classImageReference.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ImageReference.Builderbuilder()static ImageReferencecreate(String id, String publisher, String offer, String sku, String version)abstract StringcustomImageId()Specifies the resource identifier of a virtual machine image in your subscription.StringencodeFieldsToUniqueId(String location)StringencodeFieldsToUniqueIdCustom(String location)abstract Stringoffer()The offer of the image reference.abstract Stringpublisher()The publisher of the image reference.abstract Stringsku()The sku of the image reference.abstract ImageReference.BuildertoBuilder()abstract Stringversion()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()
-
-