RevisionProperties interface

Revision resource specific properties

Properties

active

Boolean describing if the Revision is Active

createdTime

Timestamp describing when the revision was created by controller

fqdn

Fully qualified domain name of the revision

healthState

Current health State of the revision

labels

List of labels assigned to this revision.

lastActiveTime

Timestamp describing when the revision was last active. Only meaningful when revision is inactive

provisioningError

Optional Field - Platform Error Message

provisioningState

Current provisioning State of the revision

replicas

Number of pods currently running for this revision

runningState

Current running state of the revision

template

Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time

trafficWeight

Traffic weight assigned to this revision

Property Details

active

Boolean describing if the Revision is Active

active?: boolean

Property Value

boolean

createdTime

Timestamp describing when the revision was created by controller

createdTime?: Date

Property Value

Date

fqdn

Fully qualified domain name of the revision

fqdn?: string

Property Value

string

healthState

Current health State of the revision

healthState?: string

Property Value

string

labels

List of labels assigned to this revision.

labels?: string[]

Property Value

string[]

lastActiveTime

Timestamp describing when the revision was last active. Only meaningful when revision is inactive

lastActiveTime?: Date

Property Value

Date

provisioningError

Optional Field - Platform Error Message

provisioningError?: string

Property Value

string

provisioningState

Current provisioning State of the revision

provisioningState?: string

Property Value

string

replicas

Number of pods currently running for this revision

replicas?: number

Property Value

number

runningState

Current running state of the revision

runningState?: string

Property Value

string

template

Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time

template?: Template

Property Value

trafficWeight

Traffic weight assigned to this revision

trafficWeight?: number

Property Value

number