public final class GalleryImageIdentifier extends Object
Constructor and Description |
---|
GalleryImageIdentifier() |
Modifier and Type | Method and Description |
---|---|
String |
offer()
Get the offer property: The name of the gallery Image Definition offer.
|
String |
publisher()
Get the publisher property: The name of the gallery Image Definition publisher.
|
String |
sku()
Get the sku property: The name of the gallery Image Definition SKU.
|
void |
validate()
Validates the instance.
|
GalleryImageIdentifier |
withOffer(String offer)
Set the offer property: The name of the gallery Image Definition offer.
|
GalleryImageIdentifier |
withPublisher(String publisher)
Set the publisher property: The name of the gallery Image Definition publisher.
|
GalleryImageIdentifier |
withSku(String sku)
Set the sku property: The name of the gallery Image Definition SKU.
|
public String publisher()
public GalleryImageIdentifier withPublisher(String publisher)
publisher
- the publisher value to set.public String offer()
public GalleryImageIdentifier withOffer(String offer)
offer
- the offer value to set.public String sku()
public GalleryImageIdentifier withSku(String sku)
sku
- the sku value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.