你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TemplateHashResult 类

用于计算模板哈希的请求的结果。 它包含缩小模板及其哈希的字符串。

继承
azure.mgmt.resource.resources._serialization.Model
TemplateHashResult

构造函数

TemplateHashResult(*, minified_template: str | None = None, template_hash: str | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
minified_template
str

缩小的模板字符串。

template_hash
str

模板哈希。

变量

名称 说明
minified_template
str

缩小的模板字符串。

template_hash
str

模板哈希。