Class TemplateHashResultInner
java.lang.Object
com.azure.resourcemanager.resources.fluent.models.TemplateHashResultInner
Result of the request to calculate template hash. It contains a string of minified template and its hash.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the minifiedTemplate property: The minified template string.Get the templateHash property: The template hash.voidvalidate()Validates the instance.withMinifiedTemplate(String minifiedTemplate) Set the minifiedTemplate property: The minified template string.withTemplateHash(String templateHash) Set the templateHash property: The template hash.
-
Constructor Details
-
TemplateHashResultInner
public TemplateHashResultInner()
-
-
Method Details
-
minifiedTemplate
Get the minifiedTemplate property: The minified template string.- Returns:
- the minifiedTemplate value.
-
withMinifiedTemplate
Set the minifiedTemplate property: The minified template string.- Parameters:
minifiedTemplate- the minifiedTemplate value to set.- Returns:
- the TemplateHashResultInner object itself.
-
templateHash
Get the templateHash property: The template hash.- Returns:
- the templateHash value.
-
withTemplateHash
Set the templateHash property: The template hash.- Parameters:
templateHash- the templateHash value to set.- Returns:
- the TemplateHashResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-