public abstract class ImageReference extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ImageReference.Builder |
Modifier and Type | Method and 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.
|
@Nullable public abstract String customImageId()
public static ImageReference create(String id, String publisher, String offer, String sku, String version)
public abstract ImageReference.Builder toBuilder()
public static ImageReference.Builder builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.