TemplateHashResult Constructors
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.
Overloads
TemplateHashResult() |
Initializes a new instance of the TemplateHashResult class. |
TemplateHashResult(String, String) |
Initializes a new instance of the TemplateHashResult class. |
TemplateHashResult()
Initializes a new instance of the TemplateHashResult class.
public TemplateHashResult ();
Public Sub New ()
Applies to
TemplateHashResult(String, String)
Initializes a new instance of the TemplateHashResult class.
public TemplateHashResult (string minifiedTemplate = default, string templateHash = default);
new Microsoft.Azure.Management.ResourceManager.Models.TemplateHashResult : string * string -> Microsoft.Azure.Management.ResourceManager.Models.TemplateHashResult
Public Sub New (Optional minifiedTemplate As String = Nothing, Optional templateHash As String = Nothing)
Parameters
- minifiedTemplate
- String
The minified template string.
- templateHash
- String
The template hash.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET