Class ApiDefinitionInfo
java.lang.Object
com.microsoft.azure.management.appservice.ApiDefinitionInfo
Information about the formal API definition for the app.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionurl()
Get the URL of the API definition.Set the URL of the API definition.
-
Constructor Details
-
ApiDefinitionInfo
public ApiDefinitionInfo()
-
-
Method Details
-
url
Get the URL of the API definition.- Returns:
- the url value
-
withUrl
Set the URL of the API definition.- Parameters:
url
- the url value to set- Returns:
- the ApiDefinitionInfo object itself.
-