Class ApiDefinitionInfo
java.lang.Object
com.azure.resourcemanager.appservice.models.ApiDefinitionInfo
Information about the formal API definition for the app.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ApiDefinitionInfo
public ApiDefinitionInfo()Creates an instance of ApiDefinitionInfo class.
-
-
Method Details
-
url
Get the url property: The URL of the API definition.- Returns:
- the url value.
-
withUrl
Set the url property: The URL of the API definition.- Parameters:
url- the url value to set.- Returns:
- the ApiDefinitionInfo object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-