TemplateHashResultInner 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
TemplateHashResultInner() |
Initializes a new instance of the TemplateHashResultInner class. |
TemplateHashResultInner(String, String) |
Initializes a new instance of the TemplateHashResultInner class. |
TemplateHashResultInner()
Initializes a new instance of the TemplateHashResultInner class.
public TemplateHashResultInner ();
Public Sub New ()
Applies to
TemplateHashResultInner(String, String)
Initializes a new instance of the TemplateHashResultInner class.
public TemplateHashResultInner (string minifiedTemplate = default, string templateHash = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.TemplateHashResultInner : string * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.TemplateHashResultInner
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.