Uses of Class
com.azure.resourcemanager.resources.fluent.models.TemplateHashResultInner
Packages that use TemplateHashResultInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
-
Uses of TemplateHashResultInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return TemplateHashResultInnerModifier and TypeMethodDescriptionDeploymentsClient.calculateTemplateHash(Object template) Calculate the hash of the given template.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type TemplateHashResultInnerModifier and TypeMethodDescriptionDeploymentsClient.calculateTemplateHashAsync(Object template) Calculate the hash of the given template.com.azure.core.http.rest.Response<TemplateHashResultInner>DeploymentsClient.calculateTemplateHashWithResponse(Object template, com.azure.core.util.Context context) Calculate the hash of the given template.Mono<com.azure.core.http.rest.Response<TemplateHashResultInner>>DeploymentsClient.calculateTemplateHashWithResponseAsync(Object template) Calculate the hash of the given template. -
Uses of TemplateHashResultInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return TemplateHashResultInnerModifier and TypeMethodDescriptionTemplateHashResultInner.withMinifiedTemplate(String minifiedTemplate) Set the minifiedTemplate property: The minified template string.TemplateHashResultInner.withTemplateHash(String templateHash) Set the templateHash property: The template hash.