GetAppResult

data class GetAppResult(val containerAppEnvironmentId: String, val customDomainVerificationId: String, val daprs: List<GetAppDapr>, val id: String, val identities: List<GetAppIdentity>, val ingresses: List<GetAppIngress>, val latestRevisionFqdn: String, val latestRevisionName: String, val location: String, val maxInactiveRevisions: Int, val name: String, val outboundIpAddresses: List<String>, val registries: List<GetAppRegistry>, val resourceGroupName: String, val revisionMode: String, val secrets: List<GetAppSecret>, val tags: Map<String, String>, val templates: List<GetAppTemplate>, val workloadProfileName: String)

A collection of values returned by getApp.

Constructors

Link copied to clipboard
constructor(containerAppEnvironmentId: String, customDomainVerificationId: String, daprs: List<GetAppDapr>, id: String, identities: List<GetAppIdentity>, ingresses: List<GetAppIngress>, latestRevisionFqdn: String, latestRevisionName: String, location: String, maxInactiveRevisions: Int, name: String, outboundIpAddresses: List<String>, registries: List<GetAppRegistry>, resourceGroupName: String, revisionMode: String, secrets: List<GetAppSecret>, tags: Map<String, String>, templates: List<GetAppTemplate>, workloadProfileName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Container App Environment this Container App is linked to.

Link copied to clipboard

A dapr block as detailed below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Resource ID for the User Assigned Managed identity to use when pulling from the Container Registry.

Link copied to clipboard

An ingress block as detailed below.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The max inactive revisions for this Container App.

Link copied to clipboard

Name for the IP restriction rule.

Link copied to clipboard
Link copied to clipboard

A registry block as detailed below.

Link copied to clipboard
Link copied to clipboard

The revision mode of the Container App.

Link copied to clipboard

One or more secret block as detailed below.

Link copied to clipboard

A mapping of tags to assign to the Container App.

Link copied to clipboard

A template block as detailed below.

Link copied to clipboard

The name of the Workload Profile in the Container App Environment in which this Container App is running.