Class ApiManagementConfig

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

public class ApiManagementConfig extends Object
Azure API management (APIM) configuration linked to the app.
  • Constructor Details

    • ApiManagementConfig

      public ApiManagementConfig()
  • Method Details

    • id

      public String id()
      Get aPIM-Api Identifier.
      Returns:
      the id value
    • withId

      public ApiManagementConfig withId(String id)
      Set aPIM-Api Identifier.
      Parameters:
      id - the id value to set
      Returns:
      the ApiManagementConfig object itself.