PatchProperties interface
描述修补程序资源的当前状态的顶级属性
属性
| created |
描述修补程序对象创建时间的 UTC 时间戳。 |
| last |
描述上次更新修补程序对象的 UTC 时间戳。 |
| patch |
修补操作的状态。 |
| patch |
详细信息介绍了目标容器应用的修补操作。 |
| target |
修补程序的目标容器应用的 Azure 资源 ID。 |
| target |
修补程序的目标环境的 Azure 资源 ID。 |
| target |
修补程序的目标修订版的 Azure 资源 ID。 |
属性详细信息
createdAt
描述修补程序对象创建时间的 UTC 时间戳。
createdAt?: Date
属性值
Date
lastModifiedAt
描述上次更新修补程序对象的 UTC 时间戳。
lastModifiedAt?: Date
属性值
Date
patchApplyStatus
修补操作的状态。
patchApplyStatus?: string
属性值
string
patchDetails
targetContainerAppId
修补程序的目标容器应用的 Azure 资源 ID。
targetContainerAppId?: string
属性值
string
targetEnvironmentId
修补程序的目标环境的 Azure 资源 ID。
targetEnvironmentId?: string
属性值
string
targetRevisionId
修补程序的目标修订版的 Azure 资源 ID。
targetRevisionId?: string
属性值
string