ImageTemplate.DefinitionStages.WithIdentity Interface

public static interface ImageTemplate.DefinitionStages.WithIdentity

The stage of the ImageTemplate definition allowing to specify identity.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIdentity(ImageTemplateIdentity identity)

Specifies the identity property: The identity of the image template, if configured..

Method Details

withIdentity

public abstract ImageTemplate.DefinitionStages.WithCreate withIdentity(ImageTemplateIdentity identity)

Specifies the identity property: The identity of the image template, if configured..

Parameters:

identity - The identity of the image template, if configured.

Returns:

the next definition stage.

Applies to