Interface GalleryImage.DefinitionStages.WithIdentifier
-
- All Known Subinterfaces:
GalleryImage.Definition
- Enclosing interface:
- GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithIdentifierThe stage of the gallery image definition allowing to specify identifier that identifies publisher, offer and sku of the image.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImage.DefinitionStages.WithOsTypeAndStatewithIdentifier(GalleryImageIdentifier identifier)Specifies identifier (publisher, offer and sku) for the image.GalleryImage.DefinitionStages.WithOsTypeAndStatewithIdentifier(String publisher, String offer, String sku)Specifies an identifier (publisher, offer and sku) for the image.
-
-
-
Method Detail
-
withIdentifier
GalleryImage.DefinitionStages.WithOsTypeAndState withIdentifier(GalleryImageIdentifier identifier)
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
-
-