PatchProperties interface

Top level properties that describes current states of the patch resource

Properties

createdAt

The UTC timestamp that describes when the patch object was created.

lastModifiedAt

The UTC timestamp that describes when the patch object was last updated.

patchApplyStatus

The status of the patch operation.

patchDetails

Detailed info describes the patch operation for the target container app.

targetContainerAppId

The Azure resource id of the target container app for the patch.

targetEnvironmentId

The Azure resource id of the target environment for the patch.

targetRevisionId

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