GalleryImage.DefinitionStages.WithIdentifier Interface
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 Type | Method and Description |
|---|---|
|
abstract
With |
withIdentifier(GalleryImageIdentifier identifier)
Specifies identifier (publisher, offer and sku) for the image. |
|
abstract
With |
withIdentifier(String publisher, String offer, String sku)
Specifies an identifier (publisher, offer and sku) for the image. |
Method Details
withIdentifier
public abstract GalleryImage.DefinitionStages.WithOsTypeAndState withIdentifier(GalleryImageIdentifier identifier)
Specifies identifier (publisher, offer and sku) for the image.
Parameters:
Returns:
withIdentifier
public abstract GalleryImage.DefinitionStages.WithOsTypeAndState withIdentifier(String publisher, String offer, String sku)
Specifies an identifier (publisher, offer and sku) for the image.
Parameters:
Returns: