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
constructor(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)
Properties
Link copied to clipboard
Non versioned Container App configuration properties.
Link copied to clipboard
Id used to verify domain name ownership
Link copied to clipboard
managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.
Link copied to clipboard
Fully Qualified Domain Name of the latest revision of the Container App.
Link copied to clipboard
Name of the latest revision of the Container App.
Link copied to clipboard
Resource ID of the Container App's environment.
Link copied to clipboard
Outbound IP Addresses for container app.
Link copied to clipboard
Provisioning state of the Container App.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Container App versioned application definition.