ImageTemplate.DefinitionStages.WithSource Interface

public static interface ImageTemplate.DefinitionStages.WithSource

The stage of the ImageTemplate definition allowing to specify source.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSource(ImageTemplateSource source)

Specifies the source property: Specifies the properties used to describe the source image..

Method Details

withSource

public abstract ImageTemplate.DefinitionStages.WithCreate withSource(ImageTemplateSource source)

Specifies the source property: Specifies the properties used to describe the source image..

Parameters:

source - Specifies the properties used to describe the source image.

Returns:

the next definition stage.

Applies to