PatchProperties interface
Top level properties that describes current states of the patch resource
Properties
| created |
The UTC timestamp that describes when the patch object was created. |
| last |
The UTC timestamp that describes when the patch object was last updated. |
| patch |
The status of the patch operation. |
| patch |
Detailed info describes the patch operation for the target container app. |
| target |
The Azure resource id of the target container app for the patch. |
| target |
The Azure resource id of the target environment for the patch. |
| target |
The Azure resource id of the target revision for the patch. |
Property Details
createdAt
The UTC timestamp that describes when the patch object was created.
createdAt?: Date
Property Value
Date
lastModifiedAt
The UTC timestamp that describes when the patch object was last updated.
lastModifiedAt?: Date
Property Value
Date
patchApplyStatus
The status of the patch operation.
patchApplyStatus?: string
Property Value
string
patchDetails
Detailed info describes the patch operation for the target container app.
patchDetails?: PatchDetails[]
Property Value
targetContainerAppId
The Azure resource id of the target container app for the patch.
targetContainerAppId?: string
Property Value
string
targetEnvironmentId
The Azure resource id of the target environment for the patch.
targetEnvironmentId?: string
Property Value
string
targetRevisionId
The Azure resource id of the target revision for the patch.
targetRevisionId?: string
Property Value
string