Compartilhar via


IRevision Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.RevisionTypeConverter))]
public interface IRevision : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.RevisionTypeConverter))>]
type IRevision = interface
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
Public Interface IRevision
Implements IProxyResource
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

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
LastActiveTime

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

Name

The name of the resource

(Inherited from IResource)
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.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
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

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to