Class HttpSettingsRoutes

java.lang.Object
com.azure.resourcemanager.appservice.models.HttpSettingsRoutes

public final class HttpSettingsRoutes extends Object
The configuration settings of the paths HTTP requests.
  • Constructor Details

    • HttpSettingsRoutes

      public HttpSettingsRoutes()
  • Method Details

    • apiPrefix

      public String apiPrefix()
      Get the apiPrefix property: The prefix that should precede all the authentication/authorization paths.
      Returns:
      the apiPrefix value.
    • withApiPrefix

      public HttpSettingsRoutes withApiPrefix(String apiPrefix)
      Set the apiPrefix property: The prefix that should precede all the authentication/authorization paths.
      Parameters:
      apiPrefix - the apiPrefix value to set.
      Returns:
      the HttpSettingsRoutes object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.