public class ImageReference extends Object
Constructor and Description |
---|
ImageReference() |
Modifier and Type | Method and Description |
---|---|
String |
offer()
Get the offer value.
|
String |
publisher()
Get the publisher value.
|
String |
sku()
Get the sku value.
|
String |
version()
Get the version value.
|
String |
virtualMachineImageId()
Get the virtualMachineImageId value.
|
ImageReference |
withOffer(String offer)
Set the offer value.
|
ImageReference |
withPublisher(String publisher)
Set the publisher value.
|
ImageReference |
withSku(String sku)
Set the sku value.
|
ImageReference |
withVersion(String version)
Set the version value.
|
ImageReference |
withVirtualMachineImageId(String virtualMachineImageId)
Set the virtualMachineImageId value.
|
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.