TemplateHashResult Interface
public interface TemplateHashResult
An immutable client-side representation of TemplateHashResult.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Template |
innerModel()
Gets the inner com. |
| abstract String |
minifiedTemplate()
Gets the minified |
| abstract String |
templateHash()
Gets the template |
Method Details
innerModel
public abstract TemplateHashResultInner innerModel()
Gets the inner com.azure.resourcemanager.resources.deployments.fluent.models.TemplateHashResultInner object.
Returns:
minifiedTemplate
public abstract String minifiedTemplate()
Gets the minifiedTemplate property: The minified template string.
Returns:
templateHash
public abstract String templateHash()
Gets the templateHash property: The template hash.
Returns: