Uses of Class
com.azure.resourcemanager.appservice.models.ApiDefinitionInfo
-
Packages that use ApiDefinitionInfo Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of ApiDefinitionInfo in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ApiDefinitionInfo Modifier and Type Method Description ApiDefinitionInfoSiteConfigInner. apiDefinition()Get the apiDefinition property: Information about the formal API definition for the app.ApiDefinitionInfoSiteConfigResourceInner. apiDefinition()Get the apiDefinition property: Information about the formal API definition for the app.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ApiDefinitionInfo Modifier and Type Method Description SiteConfigInnerSiteConfigInner. withApiDefinition(ApiDefinitionInfo apiDefinition)Set the apiDefinition property: Information about the formal API definition for the app.SiteConfigResourceInnerSiteConfigResourceInner. withApiDefinition(ApiDefinitionInfo apiDefinition)Set the apiDefinition property: Information about the formal API definition for the app. -
Uses of ApiDefinitionInfo in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ApiDefinitionInfo Modifier and Type Method Description ApiDefinitionInfoApiDefinitionInfo. withUrl(String url)Set the url property: The URL of the API definition.
-