Uses of Class
com.azure.resourcemanager.appplatform.models.IngressSettings
Packages that use IngressSettings
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of IngressSettings in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return IngressSettingsModifier and TypeMethodDescriptionstatic IngressSettingsIngressSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IngressSettings from the JsonReader.AppResourceProperties.ingressSettings()Get the ingressSettings property: App ingress settings payload.IngressSettings.withBackendProtocol(BackendProtocol backendProtocol) Set the backendProtocol property: How ingress should communicate with this app backend service.IngressSettings.withClientAuth(IngressSettingsClientAuth clientAuth) Set the clientAuth property: Client-Certification Authentication.IngressSettings.withReadTimeoutInSeconds(Integer readTimeoutInSeconds) Set the readTimeoutInSeconds property: Ingress read time out in seconds.IngressSettings.withSendTimeoutInSeconds(Integer sendTimeoutInSeconds) Set the sendTimeoutInSeconds property: Ingress send time out in seconds.IngressSettings.withSessionAffinity(SessionAffinity sessionAffinity) Set the sessionAffinity property: Type of the affinity, set this to Cookie to enable session affinity.IngressSettings.withSessionCookieMaxAge(Integer sessionCookieMaxAge) Set the sessionCookieMaxAge property: Time in seconds until the cookie expires.Methods in com.azure.resourcemanager.appplatform.models with parameters of type IngressSettingsModifier and TypeMethodDescriptionAppResourceProperties.withIngressSettings(IngressSettings ingressSettings) Set the ingressSettings property: App ingress settings payload.