ImageTemplateCustomizer Class

  • java.lang.Object
    • com.azure.resourcemanager.imagebuilder.models.ImageTemplateCustomizer

public class ImageTemplateCustomizer

Describes a unit of image customization.

Constructor Summary

Constructor Description
ImageTemplateCustomizer()

Creates an instance of ImageTemplateCustomizer class.

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: Friendly Name to provide context on what this customization step does.

void validate()

Validates the instance.

ImageTemplateCustomizer withName(String name)

Set the name property: Friendly Name to provide context on what this customization step does.

Methods inherited from java.lang.Object

Constructor Details

ImageTemplateCustomizer

public ImageTemplateCustomizer()

Creates an instance of ImageTemplateCustomizer class.

Method Details

name

public String name()

Get the name property: Friendly Name to provide context on what this customization step does.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withName

public ImageTemplateCustomizer withName(String name)

Set the name property: Friendly Name to provide context on what this customization step does.

Parameters:

name - the name value to set.

Returns:

the ImageTemplateCustomizer object itself.

Applies to