Ixxerja permezz ta’


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. NOTE: This property will not be serialized. It can only be populated by the server.

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.

patchApplyStatus

The status of the patch operation. NOTE: This property will not be serialized. It can only be populated by the server.

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.

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. 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