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. NOTE: This property will not be serialized. It can only be populated by the server. |
| last |
The UTC timestamp that describes when the patch object was last updated. NOTE: This property will not be serialized. It can only be populated by the server. |
| patch |
The status of the patch operation. NOTE: This property will not be serialized. It can only be populated by the server. |
| patch |
Detailed info describes the patch operation for the target container app. NOTE: This property will not be serialized. It can only be populated by the server. |
| 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. NOTE: This property will not be serialized. It can only be populated by the server.
createdAt?: Date
Property Value
Date
lastModifiedAt
The UTC timestamp that describes when the patch object was last updated. NOTE: This property will not be serialized. It can only be populated by the server.
lastModifiedAt?: Date
Property Value
Date
patchApplyStatus
The status of the patch operation. NOTE: This property will not be serialized. It can only be populated by the server.
patchApplyStatus?: string
Property Value
string
patchDetails
Detailed info describes the patch operation for the target container app. NOTE: This property will not be serialized. It can only be populated by the server.
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