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 Summary
Constructors Constructor Description ApiManagementConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: APIM-Api Identifier.voidvalidate()Validates the instance.ApiManagementConfigwithId(String id)Set the id property: APIM-Api Identifier.
-
-
-
Method Detail
-
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.
-
-