Class GalleryImageIdentifier
java.lang.Object
com.microsoft.azure.management.compute.GalleryImageIdentifier
This is the gallery Image Definition identifier.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionoffer()
Get the name of the gallery Image Definition offer.Get the name of the gallery Image Definition publisher.sku()
Get the name of the gallery Image Definition SKU.Set the name of the gallery Image Definition offer.withPublisher
(String publisher) Set the name of the gallery Image Definition publisher.Set the name of the gallery Image Definition SKU.
-
Constructor Details
-
GalleryImageIdentifier
public GalleryImageIdentifier()
-
-
Method Details
-
publisher
Get the name of the gallery Image Definition publisher.- Returns:
- the publisher value
-
withPublisher
Set the name of the gallery Image Definition publisher.- Parameters:
publisher
- the publisher value to set- Returns:
- the GalleryImageIdentifier object itself.
-
offer
Get the name of the gallery Image Definition offer.- Returns:
- the offer value
-
withOffer
Set the name of the gallery Image Definition offer.- Parameters:
offer
- the offer value to set- Returns:
- the GalleryImageIdentifier object itself.
-
sku
Get the name of the gallery Image Definition SKU.- Returns:
- the sku value
-
withSku
Set the name of the gallery Image Definition SKU.- Parameters:
sku
- the sku value to set- Returns:
- the GalleryImageIdentifier object itself.
-