public final class ApiManagementConfig extends Object
| Constructor and Description |
|---|
ApiManagementConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id property: APIM-Api Identifier.
|
void |
validate()
Validates the instance.
|
ApiManagementConfig |
withId(String id)
Set the id property: APIM-Api Identifier.
|
public String id()
public ApiManagementConfig withId(String id)
id - the id value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.