Class IngressConfig

java.lang.Object
com.azure.resourcemanager.appplatform.models.IngressConfig

public final class IngressConfig extends Object
Ingress configuration payload for Azure Spring Apps resource.
  • Constructor Details

    • IngressConfig

      public IngressConfig()
      Creates an instance of IngressConfig class.
  • Method Details

    • readTimeoutInSeconds

      public Integer readTimeoutInSeconds()
      Get the readTimeoutInSeconds property: Ingress read time out in seconds.
      Returns:
      the readTimeoutInSeconds value.
    • withReadTimeoutInSeconds

      public IngressConfig withReadTimeoutInSeconds(Integer readTimeoutInSeconds)
      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.