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

PropertyChange interface

属性更改的数据。

属性

changeCategory

更改类别。

changeType

更改的类型。

description

更改属性的说明。

displayName

json 路径的增强显示名称。 例如,json 路径值[0].properties 将转换为有意义的名称,例如 slots[“Staging”].properties。

isDataMasked

指示是否屏蔽 oldValue 和 newValue 的布尔值。 如果值包含用户无权访问的敏感信息,则会屏蔽这些值。

jsonPath

已更改属性的 json 路径。

level
newValue

更改后属性的值。

oldValue

更改前的属性的值。

属性详细信息

changeCategory

更改类别。

changeCategory?: ChangeCategory

属性值

changeType

更改的类型。

changeType?: string

属性值

string

description

更改属性的说明。

description?: string

属性值

string

displayName

json 路径的增强显示名称。 例如,json 路径值[0].properties 将转换为有意义的名称,例如 slots[“Staging”].properties。

displayName?: string

属性值

string

isDataMasked

指示是否屏蔽 oldValue 和 newValue 的布尔值。 如果值包含用户无权访问的敏感信息,则会屏蔽这些值。

isDataMasked?: boolean

属性值

boolean

jsonPath

已更改属性的 json 路径。

jsonPath?: string

属性值

string

level

level?: string

属性值

string

newValue

更改后属性的值。

newValue?: string

属性值

string

oldValue

更改前的属性的值。

oldValue?: string

属性值

string