Package version:

Interface ContainerApp

Container App.

Hierarchy

Properties

configuration?: Configuration

Non versioned Container App configuration properties.

customDomainVerificationId?: string

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

environmentId?: string

Resource ID of environment.

eventStreamEndpoint?: string

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?: ExtendedLocation

The complex type of the extended location.

id?: string

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.

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

latestRevisionFqdn?: string

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?: string

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

location: string

The geo-location where the resource lives

managedEnvironmentId?: string

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

name?: string

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

outboundIpAddresses?: string[]

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

provisioningState?: string

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

systemData?: 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?: {
    [propertyName: string]: string;
}

Resource tags.

Type declaration

  • [propertyName: string]: string
template?: Template

Container App versioned application definition.

type?: string

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.

workloadProfileType?: string

Workload profile type to pin for container app execution.

Generated using TypeDoc