Uses of Class
com.azure.resourcemanager.appcontainers.models.SessionIngress
Packages that use SessionIngress
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of SessionIngress in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return SessionIngressModifier and TypeMethodDescriptionstatic SessionIngress
SessionIngress.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SessionIngress from the JsonReader.CustomContainerTemplate.ingress()
Get the ingress property: Session pool ingress configuration.SessionIngress.withTargetPort
(Integer targetPort) Set the targetPort property: Target port in containers for traffic from ingress.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type SessionIngressModifier and TypeMethodDescriptionCustomContainerTemplate.withIngress
(SessionIngress ingress) Set the ingress property: Session pool ingress configuration.