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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET