Share via


RevisionPropertiesOutput 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

provisioningError

Optional Field - Platform Error Message

provisioningState

Current provisioning State of the revision

replicas

Number of pods currently running for this 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?: string

Property Value

string

fqdn

Fully qualified domain name of the revision

fqdn?: string

Property Value

string

healthState

Current health State of the revision

healthState?: "None" | "Healthy" | "Unhealthy"

Property Value

"None" | "Healthy" | "Unhealthy"

provisioningError

Optional Field - Platform Error Message

provisioningError?: string

Property Value

string

provisioningState

Current provisioning State of the revision

provisioningState?: "Failed" | "Provisioning" | "Provisioned" | "Deprovisioning" | "Deprovisioned"

Property Value

"Failed" | "Provisioning" | "Provisioned" | "Deprovisioning" | "Deprovisioned"

replicas

Number of pods currently running for this revision

replicas?: number

Property Value

number

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?: TemplateOutput

Property Value

trafficWeight

Traffic weight assigned to this revision

trafficWeight?: number

Property Value

number