Class ApiManagementConfig

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

public final 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 the id property: APIM-Api Identifier.
      Returns:
      the id value.
    • withId

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

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