TemplateHashResult Interface

public interface TemplateHashResult

An immutable client-side representation of TemplateHashResult.

Method Summary

Modifier and Type Method and Description
abstract TemplateHashResultInner innerModel()

Gets the inner com.azure.resourcemanager.resources.deployments.fluent.models.TemplateHashResultInner object.

abstract String minifiedTemplate()

Gets the minifiedTemplate property: The minified template string.

abstract String templateHash()

Gets the templateHash property: The template hash.

Method Details

innerModel

public abstract TemplateHashResultInner innerModel()

Gets the inner com.azure.resourcemanager.resources.deployments.fluent.models.TemplateHashResultInner object.

Returns:

the inner object.

minifiedTemplate

public abstract String minifiedTemplate()

Gets the minifiedTemplate property: The minified template string.

Returns:

the minifiedTemplate value.

templateHash

public abstract String templateHash()

Gets the templateHash property: The template hash.

Returns:

the templateHash value.

Applies to