public class ImageReference extends Object
| Constructor and Description |
|---|
ImageReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
offer()
Get offer of the image.
|
String |
publisher()
Get publisher of the image.
|
String |
sku()
Get sKU of the image.
|
String |
version()
Get version of the image.
|
String |
virtualMachineImageId()
Get the ARM resource identifier of the virtual machine image for the compute nodes.
|
ImageReference |
withOffer(String offer)
Set offer of the image.
|
ImageReference |
withPublisher(String publisher)
Set publisher of the image.
|
ImageReference |
withSku(String sku)
Set sKU of the image.
|
ImageReference |
withVersion(String version)
Set version of the image.
|
ImageReference |
withVirtualMachineImageId(String virtualMachineImageId)
Set the ARM resource identifier of the virtual machine image for the compute nodes.
|
public String publisher()
public ImageReference withPublisher(String publisher)
publisher - the publisher value to setpublic String offer()
public ImageReference withOffer(String offer)
offer - the offer value to setpublic String sku()
public ImageReference withSku(String sku)
sku - the sku value to setpublic String version()
public ImageReference withVersion(String version)
version - the version value to setpublic String virtualMachineImageId()
public ImageReference withVirtualMachineImageId(String virtualMachineImageId)
virtualMachineImageId - the virtualMachineImageId value to setCopyright © 2019. All rights reserved.