Interface GalleryImage.DefinitionStages.WithIdentifier
- All Known Subinterfaces:
GalleryImage.Definition
- Enclosing interface:
- GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithIdentifier
The stage of the gallery image definition allowing to specify identifier that
identifies publisher, offer and sku of the image.
-
Method Summary
Modifier and TypeMethodDescriptionwithIdentifier
(GalleryImageIdentifier identifier) Specifies identifier (publisher, offer and sku) for the image.withIdentifier
(String publisher, String offer, String sku) Specifies an identifier (publisher, offer and sku) for the image.
-
Method Details
-
withIdentifier
Specifies identifier (publisher, offer and sku) for the image.- Parameters:
identifier
- the identifier parameter value- Returns:
- the next definition stage
-
withIdentifier
GalleryImage.DefinitionStages.WithOsTypeAndState withIdentifier(String publisher, String offer, String sku) Specifies an identifier (publisher, offer and sku) for the image.- Parameters:
publisher
- image publisher nameoffer
- image offer namesku
- image sku name- Returns:
- the next definition stage
-