TemplateHashResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. resources. deployments. fluent. models. TemplateHashResultInner
- com.
Implements
public final class TemplateHashResultInner
implements JsonSerializable<TemplateHashResultInner>
Result of the request to calculate template hash. It contains a string of minified template and its hash.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Template |
fromJson(JsonReader jsonReader)
Reads an instance of Template |
| String |
minifiedTemplate()
Get the minified |
| String |
templateHash()
Get the template |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static TemplateHashResultInner fromJson(JsonReader jsonReader)
Reads an instance of TemplateHashResultInner from the JsonReader.
Parameters:
Returns:
Throws:
minifiedTemplate
public String minifiedTemplate()
Get the minifiedTemplate property: The minified template string.
Returns:
templateHash
public String templateHash()
Get the templateHash property: The template hash.
Returns: