Class ApiDefinitionInfo

java.lang.Object
com.microsoft.azure.management.appservice.ApiDefinitionInfo

public class ApiDefinitionInfo extends Object
Information about the formal API definition for the app.
  • Constructor Details

    • ApiDefinitionInfo

      public ApiDefinitionInfo()
  • Method Details

    • url

      public String url()
      Get the URL of the API definition.
      Returns:
      the url value
    • withUrl

      public ApiDefinitionInfo withUrl(String url)
      Set the URL of the API definition.
      Parameters:
      url - the url value to set
      Returns:
      the ApiDefinitionInfo object itself.