Uses of Class
com.azure.resourcemanager.appservice.models.Ingress
-
Packages that use Ingress Package Description com.azure.resourcemanager.appservice.models 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 Ingress Modifier and Type Method Description IngressConfiguration. ingress()Get the ingress property: Ingress configurations.IngressIngress. withAllowInsecure(Boolean allowInsecure)Set the allowInsecure property: Bool indicating if HTTP connections to is allowed.IngressIngress. withExternal(Boolean external)Set the external property: Bool indicating if app exposes an external http endpoint.IngressIngress. withTargetPort(Integer targetPort)Set the targetPort property: Target Port in containers for traffic from ingress.IngressIngress. withTraffic(List<TrafficWeight> traffic)Set the traffic property: The traffic property.IngressIngress. withTransport(IngressTransportMethod transport)Set the transport property: Ingress transport protocol.Methods in com.azure.resourcemanager.appservice.models with parameters of type Ingress Modifier and Type Method Description ConfigurationConfiguration. withIngress(Ingress ingress)Set the ingress property: Ingress configurations.
-