Class IngressConfig
java.lang.Object
com.azure.resourcemanager.appplatform.models.IngressConfig
Ingress configuration payload for Azure Spring Apps resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the readTimeoutInSeconds property: Ingress read time out in seconds.voidvalidate()Validates the instance.withReadTimeoutInSeconds(Integer readTimeoutInSeconds) Set the readTimeoutInSeconds property: Ingress read time out in seconds.
-
Constructor Details
-
IngressConfig
public IngressConfig()
-
-
Method Details
-
readTimeoutInSeconds
Get the readTimeoutInSeconds property: Ingress read time out in seconds.- Returns:
- the readTimeoutInSeconds value.
-
withReadTimeoutInSeconds
Set the readTimeoutInSeconds property: Ingress read time out in seconds.- Parameters:
readTimeoutInSeconds- the readTimeoutInSeconds value to set.- Returns:
- the IngressConfig object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-