ImageTemplateDistributor Class

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

public class ImageTemplateDistributor

Generic distribution object.

Constructor Summary

Constructor Description
ImageTemplateDistributor()

Creates an instance of ImageTemplateDistributor class.

Method Summary

Modifier and Type Method and Description
Map<String,String> artifactTags()

Get the artifactTags property: Tags that will be applied to the artifact once it has been created/updated by the distributor.

String runOutputName()

Get the runOutputName property: The name to be used for the associated RunOutput.

void validate()

Validates the instance.

ImageTemplateDistributor withArtifactTags(Map<String,String> artifactTags)

Set the artifactTags property: Tags that will be applied to the artifact once it has been created/updated by the distributor.

ImageTemplateDistributor withRunOutputName(String runOutputName)

Set the runOutputName property: The name to be used for the associated RunOutput.

Methods inherited from java.lang.Object

Constructor Details

ImageTemplateDistributor

public ImageTemplateDistributor()

Creates an instance of ImageTemplateDistributor class.

Method Details

artifactTags

public Map<String,String> artifactTags()

Get the artifactTags property: Tags that will be applied to the artifact once it has been created/updated by the distributor.

Returns:

the artifactTags value.

runOutputName

public String runOutputName()

Get the runOutputName property: The name to be used for the associated RunOutput.

Returns:

the runOutputName value.

validate

public void validate()

Validates the instance.

withArtifactTags

public ImageTemplateDistributor withArtifactTags(Map<String,String> artifactTags)

Set the artifactTags property: Tags that will be applied to the artifact once it has been created/updated by the distributor.

Parameters:

artifactTags - the artifactTags value to set.

Returns:

the ImageTemplateDistributor object itself.

withRunOutputName

public ImageTemplateDistributor withRunOutputName(String runOutputName)

Set the runOutputName property: The name to be used for the associated RunOutput.

Parameters:

runOutputName - the runOutputName value to set.

Returns:

the ImageTemplateDistributor object itself.

Applies to