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

WhatIfPropertyChange interface

对资源属性的预测更改。

属性

after

执行部署后属性的值。

before

执行部署前的属性的值。

children

嵌套属性更改。

path

属性的路径。

propertyChangeType

属性更改的类型。

属性详细信息

after

执行部署后属性的值。

after?: Record<string, unknown>

属性值

Record<string, unknown>

before

执行部署前的属性的值。

before?: Record<string, unknown>

属性值

Record<string, unknown>

children

嵌套属性更改。

children?: WhatIfPropertyChange[]

属性值

path

属性的路径。

path: string

属性值

string

propertyChangeType

属性更改的类型。

propertyChangeType: PropertyChangeType

属性值