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

ProfileUpdateParameters interface

更新配置文件所需的属性。

属性

identity

托管服务标识 (系统分配的标识和/或用户分配的标识) 。

logScrubbing

定义用于清理日志中敏感字段的规则

originResponseTimeoutSeconds

将请求转发到源时发送和接收超时。 达到超时后,请求将失败并返回。

tags

配置文件标记

属性详细信息

identity

托管服务标识 (系统分配的标识和/或用户分配的标识) 。

identity?: ManagedServiceIdentity

属性值

logScrubbing

定义用于清理日志中敏感字段的规则

logScrubbing?: ProfileLogScrubbing

属性值

originResponseTimeoutSeconds

将请求转发到源时发送和接收超时。 达到超时后,请求将失败并返回。

originResponseTimeoutSeconds?: number

属性值

number

tags

配置文件标记

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}