Compartilhar via


IContainerAppProperties Interface

Definition

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

Properties

Configuration

Non versioned Container App configuration properties.

CustomDomainVerificationId

Id used to verify domain name ownership

EnvironmentId

Resource ID of environment.

EventStreamEndpoint

The endpoint of the eventstream of the container app.

LatestReadyRevisionName

Name of the latest ready revision of the Container App.

LatestRevisionFqdn

Fully Qualified Domain Name of the latest revision of the Container App.

LatestRevisionName

Name of the latest revision of the Container App.

ManagedEnvironmentId

Deprecated. Resource ID of the Container App's environment.

OutboundIPAddress

Outbound IP Addresses for container app.

ProvisioningState

Provisioning state of the Container App.

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.

WorkloadProfileName

Workload profile name to pin for container app execution.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to