IRevisionProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.RevisionPropertiesTypeConverter))]
public interface IRevisionProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.RevisionPropertiesTypeConverter))>]
type IRevisionProperties = interface
    interface IJsonSerializable
Public Interface IRevisionProperties
Implements IJsonSerializable
Derived
Attributes
Implements

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

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

Replica

Number of pods currently running for this revision

RunningState

Current running state of the revision

ScaleMaxReplica

Optional. Maximum number of container replicas. Defaults to 10 if not set.

ScaleMinReplica

Optional. Minimum number of container replicas.

ScaleRule

Scaling rules.

TemplateContainer

List of container definitions for the Container App.

TemplateInitContainer

List of specialized containers that run before app containers.

TemplateRevisionSuffix

User friendly suffix that is appended to the revision name

TemplateServiceBind

List of container app services bound to the app

TemplateTerminationGracePeriodSecond

Optional duration in seconds the Container App Instance needs to terminate gracefully. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.

TemplateVolume

List of volume definitions for the Container App.

TrafficWeight

Traffic weight assigned to this revision

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to