WhatIfPropertyChange クラス

リソース プロパティに対する予測された変更。

Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。

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

コンストラクター

WhatIfPropertyChange(*, path: str, property_change_type: str | _models.PropertyChangeType, before: MutableMapping[str, Any] | None = None, after: MutableMapping[str, Any] | None = None, children: List[_models.WhatIfPropertyChange] | None = None, **kwargs: Any)

Keyword-Only パラメータ

名前 説明
path
str

プロパティのパスです。 必須です。

property_change_type

プロパティの変更の種類。 必須。 既知の値は、"Create"、"Delete"、"Modify"、および "Array" です。

before
<xref:JSON>

デプロイが実行される前の プロパティの値。

after
<xref:JSON>

デプロイの実行後の プロパティの値。

children

入れ子になったプロパティの変更。

変数

名前 説明
path
str

プロパティのパスです。 必須。

property_change_type

プロパティの変更の種類。 必須。 既知の値は、"Create"、"Delete"、"Modify"、および "Array" です。

before
<xref:JSON>

デプロイが実行される前の プロパティの値。

after
<xref:JSON>

デプロイの実行後の プロパティの値。

children

入れ子になったプロパティの変更。