Uses of Class
com.azure.resourcemanager.appservice.models.Ingress
Packages that use Ingress
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of Ingress in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return IngressModifier and TypeMethodDescriptionstatic IngressIngress.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Ingress from the JsonReader.Configuration.ingress()Get the ingress property: Ingress configurations.Ingress.withAllowInsecure(Boolean allowInsecure) Set the allowInsecure property: Bool indicating if HTTP connections to is allowed.Ingress.withExternal(Boolean external) Set the external property: Bool indicating if app exposes an external http endpoint.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: The traffic property.Ingress.withTransport(IngressTransportMethod transport) Set the transport property: Ingress transport protocol.Methods in com.azure.resourcemanager.appservice.models with parameters of type IngressModifier and TypeMethodDescriptionConfiguration.withIngress(Ingress ingress) Set the ingress property: Ingress configurations.