Uses of Class
com.azure.resourcemanager.appservice.fluent.models.RecommendationInner
Packages that use RecommendationInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of RecommendationInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type RecommendationInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<RecommendationInner> RecommendationsClient.list()List all recommendations for a subscription.com.azure.core.http.rest.PagedIterable<RecommendationInner> List all recommendations for a subscription.com.azure.core.http.rest.PagedFlux<RecommendationInner> RecommendationsClient.listAsync()List all recommendations for a subscription.com.azure.core.http.rest.PagedFlux<RecommendationInner> List all recommendations for a subscription.com.azure.core.http.rest.PagedIterable<RecommendationInner> RecommendationsClient.listHistoryForHostingEnvironment(String resourceGroupName, String hostingEnvironmentName) Get past recommendations for an app, optionally specified by the time range.com.azure.core.http.rest.PagedIterable<RecommendationInner> RecommendationsClient.listHistoryForHostingEnvironment(String resourceGroupName, String hostingEnvironmentName, Boolean expiredOnly, String filter, com.azure.core.util.Context context) Get past recommendations for an app, optionally specified by the time range.com.azure.core.http.rest.PagedFlux<RecommendationInner> RecommendationsClient.listHistoryForHostingEnvironmentAsync(String resourceGroupName, String hostingEnvironmentName) Get past recommendations for an app, optionally specified by the time range.com.azure.core.http.rest.PagedFlux<RecommendationInner> RecommendationsClient.listHistoryForHostingEnvironmentAsync(String resourceGroupName, String hostingEnvironmentName, Boolean expiredOnly, String filter) Get past recommendations for an app, optionally specified by the time range.com.azure.core.http.rest.PagedIterable<RecommendationInner> RecommendationsClient.listHistoryForWebApp(String resourceGroupName, String siteName) Get past recommendations for an app, optionally specified by the time range.com.azure.core.http.rest.PagedIterable<RecommendationInner> RecommendationsClient.listHistoryForWebApp(String resourceGroupName, String siteName, Boolean expiredOnly, String filter, com.azure.core.util.Context context) Get past recommendations for an app, optionally specified by the time range.com.azure.core.http.rest.PagedFlux<RecommendationInner> RecommendationsClient.listHistoryForWebAppAsync(String resourceGroupName, String siteName) Get past recommendations for an app, optionally specified by the time range.com.azure.core.http.rest.PagedFlux<RecommendationInner> RecommendationsClient.listHistoryForWebAppAsync(String resourceGroupName, String siteName, Boolean expiredOnly, String filter) Get past recommendations for an app, optionally specified by the time range.com.azure.core.http.rest.PagedIterable<RecommendationInner> RecommendationsClient.listRecommendedRulesForHostingEnvironment(String resourceGroupName, String hostingEnvironmentName) Get all recommendations for a hosting environment.com.azure.core.http.rest.PagedIterable<RecommendationInner> RecommendationsClient.listRecommendedRulesForHostingEnvironment(String resourceGroupName, String hostingEnvironmentName, Boolean featured, String filter, com.azure.core.util.Context context) Get all recommendations for a hosting environment.com.azure.core.http.rest.PagedFlux<RecommendationInner> RecommendationsClient.listRecommendedRulesForHostingEnvironmentAsync(String resourceGroupName, String hostingEnvironmentName) Get all recommendations for a hosting environment.com.azure.core.http.rest.PagedFlux<RecommendationInner> RecommendationsClient.listRecommendedRulesForHostingEnvironmentAsync(String resourceGroupName, String hostingEnvironmentName, Boolean featured, String filter) Get all recommendations for a hosting environment.com.azure.core.http.rest.PagedIterable<RecommendationInner> RecommendationsClient.listRecommendedRulesForWebApp(String resourceGroupName, String siteName) Get all recommendations for an app.com.azure.core.http.rest.PagedIterable<RecommendationInner> RecommendationsClient.listRecommendedRulesForWebApp(String resourceGroupName, String siteName, Boolean featured, String filter, com.azure.core.util.Context context) Get all recommendations for an app.com.azure.core.http.rest.PagedFlux<RecommendationInner> RecommendationsClient.listRecommendedRulesForWebAppAsync(String resourceGroupName, String siteName) Get all recommendations for an app.com.azure.core.http.rest.PagedFlux<RecommendationInner> RecommendationsClient.listRecommendedRulesForWebAppAsync(String resourceGroupName, String siteName, Boolean featured, String filter) Get all recommendations for an app. -
Uses of RecommendationInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return RecommendationInnerModifier and TypeMethodDescriptionstatic RecommendationInnerRecommendationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecommendationInner from the JsonReader.