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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET