Uses of Class
com.azure.resourcemanager.appplatform.models.IngressConfig
Packages that use IngressConfig
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of IngressConfig in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return IngressConfigModifier and TypeMethodDescriptionstatic IngressConfigIngressConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IngressConfig from the JsonReader.NetworkProfile.ingressConfig()Get the ingressConfig property: Ingress configuration payload for Azure Spring Apps resource.IngressConfig.withReadTimeoutInSeconds(Integer readTimeoutInSeconds) Set the readTimeoutInSeconds property: Ingress read time out in seconds.Methods in com.azure.resourcemanager.appplatform.models with parameters of type IngressConfigModifier and TypeMethodDescriptionNetworkProfile.withIngressConfig(IngressConfig ingressConfig) Set the ingressConfig property: Ingress configuration payload for Azure Spring Apps resource.