ImageTemplateCustomizer Class
- java.
lang. Object - com.
azure. resourcemanager. imagebuilder. models. ImageTemplateCustomizer
- com.
public class ImageTemplateCustomizer
Describes a unit of image customization.
Constructor Summary
| Constructor | Description |
|---|---|
| ImageTemplateCustomizer() |
Creates an instance of Image |
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. |
|
Image |
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:
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:
Returns: