public class GalleryImageIdentifier extends Object
| Constructor and Description |
|---|
GalleryImageIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
String |
offer()
Get the name of the gallery Image Definition offer.
|
String |
publisher()
Get the name of the gallery Image Definition publisher.
|
String |
sku()
Get the name of the gallery Image Definition SKU.
|
GalleryImageIdentifier |
withOffer(String offer)
Set the name of the gallery Image Definition offer.
|
GalleryImageIdentifier |
withPublisher(String publisher)
Set the name of the gallery Image Definition publisher.
|
GalleryImageIdentifier |
withSku(String sku)
Set the name of the gallery Image Definition SKU.
|
public String publisher()
public GalleryImageIdentifier withPublisher(String publisher)
publisher - the publisher value to setpublic String offer()
public GalleryImageIdentifier withOffer(String offer)
offer - the offer value to setpublic String sku()
public GalleryImageIdentifier withSku(String sku)
sku - the sku value to setCopyright © 2019. All rights reserved.