Revision interface
Container App Revision.
- Extends
Properties
active | Boolean describing if the Revision is Active NOTE: This property will not be serialized. It can only be populated by the server. |
created |
Timestamp describing when the revision was created by controller NOTE: This property will not be serialized. It can only be populated by the server. |
fqdn | Fully qualified domain name of the revision NOTE: This property will not be serialized. It can only be populated by the server. |
health |
Current health State of the revision NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Optional Field - Platform Error Message NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Current provisioning State of the revision NOTE: This property will not be serialized. It can only be populated by the server. |
replicas | Number of pods currently running for this revision NOTE: This property will not be serialized. It can only be populated by the server. |
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 NOTE: This property will not be serialized. It can only be populated by the server. |
traffic |
Traffic weight assigned to this revision NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | Kind of resource. |
location | Resource Location. |
name | Resource Name. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
active
Boolean describing if the Revision is Active NOTE: This property will not be serialized. It can only be populated by the server.
active?: boolean
Property Value
boolean
createdTime
Timestamp describing when the revision was created by controller NOTE: This property will not be serialized. It can only be populated by the server.
createdTime?: Date
Property Value
Date
fqdn
Fully qualified domain name of the revision NOTE: This property will not be serialized. It can only be populated by the server.
fqdn?: string
Property Value
string
healthState
Current health State of the revision NOTE: This property will not be serialized. It can only be populated by the server.
healthState?: string
Property Value
string
provisioningError
Optional Field - Platform Error Message NOTE: This property will not be serialized. It can only be populated by the server.
provisioningError?: string
Property Value
string
provisioningState
Current provisioning State of the revision NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
replicas
Number of pods currently running for this revision NOTE: This property will not be serialized. It can only be populated by the server.
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 NOTE: This property will not be serialized. It can only be populated by the server.
template?: Template
Property Value
trafficWeight
Traffic weight assigned to this revision NOTE: This property will not be serialized. It can only be populated by the server.
trafficWeight?: number
Property Value
number
Inherited Property Details
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
kind
location
name
Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type