TemplateHashResult クラス

テンプレート ハッシュを計算する要求の結果。 縮小されたテンプレートとそのハッシュの文字列が含まれています。

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

コンストラクター

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

Keyword-Only パラメータ

名前 説明
minified_template
str

縮小されたテンプレート文字列。

template_hash
str

テンプレート ハッシュ。

変数

名前 説明
minified_template
str

縮小されたテンプレート文字列。

template_hash
str

テンプレート ハッシュ。