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 WithOsTypeAndState withIdentifier(GalleryImageIdentifier identifier)

Specifies identifier (publisher, offer and sku) for the image.

abstract WithOsTypeAndState 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:

identifier - the identifier parameter value

Returns:

the next definition stage

withIdentifier

public abstract GalleryImage.DefinitionStages.WithOsTypeAndState withIdentifier(String publisher, String offer, String sku)

Specifies an identifier (publisher, offer and sku) for the image.

Parameters:

publisher - image publisher name
offer - image offer name
sku - image sku name

Returns:

the next definition stage

Applies to