Uses of Class
com.azure.resourcemanager.appservice.fluent.models.RecommendationRuleInner
Packages that use RecommendationRuleInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of RecommendationRuleInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return RecommendationRuleInnerModifier and TypeMethodDescriptionRecommendationsClient.getRuleDetailsByHostingEnvironment(String resourceGroupName, String hostingEnvironmentName, String name) Get a recommendation rule for an app.RecommendationsClient.getRuleDetailsByWebApp(String resourceGroupName, String siteName, String name) Get a recommendation rule for an app.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type RecommendationRuleInnerModifier and TypeMethodDescriptionRecommendationsClient.getRuleDetailsByHostingEnvironmentAsync(String resourceGroupName, String hostingEnvironmentName, String name) Get a recommendation rule for an app.com.azure.core.http.rest.Response<RecommendationRuleInner> RecommendationsClient.getRuleDetailsByHostingEnvironmentWithResponse(String resourceGroupName, String hostingEnvironmentName, String name, Boolean updateSeen, String recommendationId, com.azure.core.util.Context context) Get a recommendation rule for an app.Mono<com.azure.core.http.rest.Response<RecommendationRuleInner>> RecommendationsClient.getRuleDetailsByHostingEnvironmentWithResponseAsync(String resourceGroupName, String hostingEnvironmentName, String name, Boolean updateSeen, String recommendationId) Get a recommendation rule for an app.RecommendationsClient.getRuleDetailsByWebAppAsync(String resourceGroupName, String siteName, String name) Get a recommendation rule for an app.com.azure.core.http.rest.Response<RecommendationRuleInner> RecommendationsClient.getRuleDetailsByWebAppWithResponse(String resourceGroupName, String siteName, String name, Boolean updateSeen, String recommendationId, com.azure.core.util.Context context) Get a recommendation rule for an app.Mono<com.azure.core.http.rest.Response<RecommendationRuleInner>> RecommendationsClient.getRuleDetailsByWebAppWithResponseAsync(String resourceGroupName, String siteName, String name, Boolean updateSeen, String recommendationId) Get a recommendation rule for an app. -
Uses of RecommendationRuleInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return RecommendationRuleInnerModifier and TypeMethodDescriptionstatic RecommendationRuleInnerRecommendationRuleInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecommendationRuleInner from the JsonReader.RecommendationRuleInner.withActionName(String actionName) Set the actionName property: Name of action that is recommended by this rule in string.RecommendationRuleInner.withBladeName(String bladeName) Set the bladeName property: Deep link to a blade on the portal.RecommendationRuleInner.withChannels(Channels channels) Set the channels property: List of available channels that this rule applies.RecommendationRuleInner.withDescription(String description) Set the description property: Localized detailed description of the rule.RecommendationRuleInner.withDisplayName(String displayName) Set the displayName property: UI friendly name of the rule.RecommendationRuleInner.withExtensionName(String extensionName) Set the extensionName property: Extension name of the portal if exists.RecommendationRuleInner.withForwardLink(String forwardLink) Set the forwardLink property: Forward link to an external document associated with the rule.RecommendationRuleInner.withIsDynamic(Boolean isDynamic) Set the isDynamic property: True if this is associated with a dynamically added rule.Set the kind property: Kind of resource.RecommendationRuleInner.withLevel(NotificationLevel level) Set the level property: Level of impact indicating how critical this rule is.RecommendationRuleInner.withMessage(String message) Set the message property: Localized name of the rule (Good for UI).RecommendationRuleInner.withRecommendationId(UUID recommendationId) Set the recommendationId property: Recommendation ID of an associated recommendation object tied to the rule, if exists.RecommendationRuleInner.withRecommendationName(String recommendationName) Set the recommendationName property: Unique name of the rule.