TemplateHashResult Constructors

Definition

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