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

PatchProperties interface

描述修补程序资源的当前状态的顶级属性

属性

createdAt

描述修补程序对象创建时间的 UTC 时间戳。

lastModifiedAt

描述上次更新修补程序对象的 UTC 时间戳。

patchApplyStatus

修补操作的状态。

patchDetails

详细信息介绍了目标容器应用的修补操作。

targetContainerAppId

修补程序的目标容器应用的 Azure 资源 ID。

targetEnvironmentId

修补程序的目标环境的 Azure 资源 ID。

targetRevisionId

修补程序的目标修订版的 Azure 资源 ID。

属性详细信息

createdAt

描述修补程序对象创建时间的 UTC 时间戳。

createdAt?: Date

属性值

Date

lastModifiedAt

描述上次更新修补程序对象的 UTC 时间戳。

lastModifiedAt?: Date

属性值

Date

patchApplyStatus

修补操作的状态。

patchApplyStatus?: string

属性值

string

patchDetails

详细信息介绍了目标容器应用的修补操作。

patchDetails?: PatchDetails[]

属性值

targetContainerAppId

修补程序的目标容器应用的 Azure 资源 ID。

targetContainerAppId?: string

属性值

string

targetEnvironmentId

修补程序的目标环境的 Azure 资源 ID。

targetEnvironmentId?: string

属性值

string

targetRevisionId

修补程序的目标修订版的 Azure 资源 ID。

targetRevisionId?: string

属性值

string