Uses of Class
com.azure.resourcemanager.appcontainers.models.Ingress
Packages that use Ingress
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of Ingress in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return IngressModifier and TypeMethodDescriptionstatic Ingress
Ingress.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Ingress from the JsonReader.Configuration.ingress()
Get the ingress property: Ingress configurations.Ingress.withAdditionalPortMappings
(List<IngressPortMapping> additionalPortMappings) Set the additionalPortMappings property: Settings to expose additional ports on container app.Ingress.withAllowInsecure
(Boolean allowInsecure) Set the allowInsecure property: Bool indicating if HTTP connections to is allowed.Ingress.withClientCertificateMode
(IngressClientCertificateMode clientCertificateMode) Set the clientCertificateMode property: Client certificate mode for mTLS authentication.Ingress.withCorsPolicy
(CorsPolicy corsPolicy) Set the corsPolicy property: CORS policy for container app.Ingress.withCustomDomains
(List<CustomDomain> customDomains) Set the customDomains property: custom domain bindings for Container Apps' hostnames.Ingress.withExposedPort
(Integer exposedPort) Set the exposedPort property: Exposed Port in containers for TCP traffic from ingress.Ingress.withExternal
(Boolean external) Set the external property: Bool indicating if app exposes an external http endpoint.Ingress.withIpSecurityRestrictions
(List<IpSecurityRestrictionRule> ipSecurityRestrictions) Set the ipSecurityRestrictions property: Rules to restrict incoming IP address.Ingress.withStickySessions
(IngressStickySessions stickySessions) Set the stickySessions property: Sticky Sessions for Single Revision Mode.Ingress.withTargetPort
(Integer targetPort) Set the targetPort property: Target Port in containers for traffic from ingress.Ingress.withTraffic
(List<TrafficWeight> traffic) Set the traffic property: Traffic weights for app's revisions.Ingress.withTransport
(IngressTransportMethod transport) Set the transport property: Ingress transport protocol.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type IngressModifier and TypeMethodDescriptionConfiguration.withIngress
(Ingress ingress) Set the ingress property: Ingress configurations.