TemplateHashResult 類別
計算範本雜湊的要求結果。 它包含已縮小範本及其雜湊的字串。
- 繼承
-
azure.mgmt.resource.resources._serialization.ModelTemplateHashResult
建構函式
TemplateHashResult(*, minified_template: str | None = None, template_hash: str | None = None, **kwargs: Any)
僅限關鍵字參數
名稱 | Description |
---|---|
minified_template
|
已縮數的範本字串。 |
template_hash
|
範本雜湊。 |
變數
名稱 | Description |
---|---|
minified_template
|
已縮數的範本字串。 |
template_hash
|
範本雜湊。 |