Uses of Class
com.azure.resourcemanager.appcontainers.models.JavaComponentIngress
Packages that use JavaComponentIngress
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of JavaComponentIngress in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JavaComponentIngressModifier and TypeMethodDescriptionstatic JavaComponentIngress
JavaComponentIngress.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JavaComponentIngress from the JsonReader.SpringBootAdminComponent.ingress()
Get the ingress property: Java Component Ingress configurations.SpringCloudEurekaComponent.ingress()
Get the ingress property: Java Component Ingress configurations.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type JavaComponentIngressModifier and TypeMethodDescriptionSpringBootAdminComponent.withIngress
(JavaComponentIngress ingress) Set the ingress property: Java Component Ingress configurations.SpringCloudEurekaComponent.withIngress
(JavaComponentIngress ingress) Set the ingress property: Java Component Ingress configurations.