Uses of Class
com.azure.resourcemanager.resources.fluent.models.TemplateHashResultInner
-
Packages that use TemplateHashResultInner Package Description com.azure.resourcemanager.resources.fluent Package containing the service clients for ResourceManagementClient.com.azure.resourcemanager.resources.fluent.models 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 TemplateHashResultInner Modifier and Type Method Description TemplateHashResultInnerDeploymentsClient. calculateTemplateHash(Object template)Calculate the hash of the given template.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type TemplateHashResultInner Modifier and Type Method Description Mono<TemplateHashResultInner>DeploymentsClient. 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 TemplateHashResultInner Modifier and Type Method Description TemplateHashResultInnerTemplateHashResultInner. withMinifiedTemplate(String minifiedTemplate)Set the minifiedTemplate property: The minified template string.TemplateHashResultInnerTemplateHashResultInner. withTemplateHash(String templateHash)Set the templateHash property: The template hash.
-