TemplateHashResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Result of the request to calculate template hash. It contains a string of minified template and its hash.
public class TemplateHashResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Deployments.Models.TemplateHashResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Deployments.Models.TemplateHashResult>
type TemplateHashResult = class
interface IJsonModel<TemplateHashResult>
interface IPersistableModel<TemplateHashResult>
Public Class TemplateHashResult
Implements IJsonModel(Of TemplateHashResult), IPersistableModel(Of TemplateHashResult)
- Inheritance
-
TemplateHashResult
- Implements
Properties
| Name | Description |
|---|---|
| MinifiedTemplate |
The minified template string. |
| TemplateHash |
The template hash. |