Get Container App Result
data class GetContainerAppResult(val configuration: ConfigurationResponse? = null, val customDomainVerificationId: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val latestRevisionFqdn: String, val latestRevisionName: String, val location: String, val managedEnvironmentId: String? = null, val name: String, val outboundIpAddresses: List<String>, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val template: TemplateResponse? = null, val type: String)
Container App.
Constructors
Link copied to clipboard
fun GetContainerAppResult(configuration: ConfigurationResponse? = null, customDomainVerificationId: String, id: String, identity: ManagedServiceIdentityResponse? = null, latestRevisionFqdn: String, latestRevisionName: String, location: String, managedEnvironmentId: String? = null, name: String, outboundIpAddresses: List<String>, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, template: TemplateResponse? = null, type: String)