ContainerApp interface

Container App.

Extends

Properties

configuration

Non versioned Container App configuration properties.

customDomainVerificationId

Id used to verify domain name ownership NOTE: This property will not be serialized. It can only be populated by the server.

environmentId

Resource ID of environment.

eventStreamEndpoint

The endpoint of the eventstream of the container app. NOTE: This property will not be serialized. It can only be populated by the server.

extendedLocation

The complex type of the extended location.

identity

managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.

latestReadyRevisionName

Name of the latest ready revision of the Container App. NOTE: This property will not be serialized. It can only be populated by the server.

latestRevisionFqdn

Fully Qualified Domain Name of the latest revision of the Container App. NOTE: This property will not be serialized. It can only be populated by the server.

latestRevisionName

Name of the latest revision of the Container App. NOTE: This property will not be serialized. It can only be populated by the server.

managedBy

The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.

managedEnvironmentId

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

outboundIpAddresses

Outbound IP Addresses for container app. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState

Provisioning state of the Container App. NOTE: This property will not be serialized. It can only be populated by the server.

template

Container App versioned application definition.

workloadProfileName

Workload profile name to pin for container app execution.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

location

The geo-location where the resource lives

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

tags

Resource tags.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

configuration

Non versioned Container App configuration properties.

configuration?: Configuration

Property Value

customDomainVerificationId

Id used to verify domain name ownership NOTE: This property will not be serialized. It can only be populated by the server.

customDomainVerificationId?: string

Property Value

string

environmentId

Resource ID of environment.

environmentId?: string

Property Value

string

eventStreamEndpoint

The endpoint of the eventstream of the container app. NOTE: This property will not be serialized. It can only be populated by the server.

eventStreamEndpoint?: string

Property Value

string

extendedLocation

The complex type of the extended location.

extendedLocation?: ExtendedLocation

Property Value

identity

managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.

identity?: ManagedServiceIdentity

Property Value

latestReadyRevisionName

Name of the latest ready revision of the Container App. NOTE: This property will not be serialized. It can only be populated by the server.

latestReadyRevisionName?: string

Property Value

string

latestRevisionFqdn

Fully Qualified Domain Name of the latest revision of the Container App. NOTE: This property will not be serialized. It can only be populated by the server.

latestRevisionFqdn?: string

Property Value

string

latestRevisionName

Name of the latest revision of the Container App. NOTE: This property will not be serialized. It can only be populated by the server.

latestRevisionName?: string

Property Value

string

managedBy

The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.

managedBy?: string

Property Value

string

managedEnvironmentId

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

managedEnvironmentId?: string

Property Value

string

outboundIpAddresses

Outbound IP Addresses for container app. NOTE: This property will not be serialized. It can only be populated by the server.

outboundIpAddresses?: string[]

Property Value

string[]

provisioningState

Provisioning state of the Container App. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

template

Container App versioned application definition.

template?: Template

Property Value

workloadProfileName

Workload profile name to pin for container app execution.

workloadProfileName?: string

Property Value

string

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From TrackedResource.id

location

The geo-location where the resource lives

location: string

Property Value

string

Inherited From TrackedResource.location

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From TrackedResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Property Value

Inherited From TrackedResource.systemData

tags

Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From TrackedResource.tags

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From TrackedResource.type