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
Classes in com.azure.resourcemanager.resources.fluent.models that implement interfaces with type arguments of type TemplateHashResultInnerModifier and TypeClassDescriptionfinal classResult of the request to calculate template hash.Methods in com.azure.resourcemanager.resources.fluent.models that return TemplateHashResultInnerModifier and TypeMethodDescriptionstatic TemplateHashResultInnerTemplateHashResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TemplateHashResultInner from the JsonReader.TemplateHashResultInner.withMinifiedTemplate(String minifiedTemplate) Set the minifiedTemplate property: The minified template string.TemplateHashResultInner.withTemplateHash(String templateHash) Set the templateHash property: The template hash.