ImageTemplateDistributor Class
- java.
lang. Object - com.
azure. resourcemanager. imagebuilder. models. ImageTemplateDistributor
- com.
public class ImageTemplateDistributor
Generic distribution object.
Constructor Summary
| Constructor | Description |
|---|---|
| ImageTemplateDistributor() |
Creates an instance of Image |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,String> |
artifactTags()
Get the artifact |
| String |
runOutputName()
Get the run |
| void |
validate()
Validates the instance. |
|
Image |
withArtifactTags(Map<String,String> artifactTags)
Set the artifact |
|
Image |
withRunOutputName(String runOutputName)
Set the run |
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:
runOutputName
public String runOutputName()
Get the runOutputName property: The name to be used for the associated RunOutput.
Returns:
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:
Returns:
withRunOutputName
public ImageTemplateDistributor withRunOutputName(String runOutputName)
Set the runOutputName property: The name to be used for the associated RunOutput.
Parameters:
Returns: