Get App Result
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 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>)
A collection of values returned by getApp.
Constructors
Link copied to clipboard
fun GetAppResult(containerAppEnvironmentId: String, customDomainVerificationId: String, daprs: List<GetAppDapr>, id: String, identities: List<GetAppIdentity>, ingresses: List<GetAppIngress>, latestRevisionFqdn: String, latestRevisionName: String, location: String, name: String, outboundIpAddresses: List<String>, registries: List<GetAppRegistry>, resourceGroupName: String, revisionMode: String, secrets: List<GetAppSecret>, tags: Map<String, String>, templates: List<GetAppTemplate>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard