Uses of Class
com.azure.resourcemanager.appservice.fluent.models.RecommendationRuleInner
-
Packages that use RecommendationRuleInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models 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 RecommendationRuleInner Modifier and Type Method Description RecommendationRuleInnerRecommendationsClient. getRuleDetailsByHostingEnvironment(String resourceGroupName, String hostingEnvironmentName, String name)Description for Get a recommendation rule for an app.RecommendationRuleInnerRecommendationsClient. getRuleDetailsByWebApp(String resourceGroupName, String siteName, String name)Description for Get a recommendation rule for an app.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type RecommendationRuleInner Modifier and Type Method Description Mono<RecommendationRuleInner>RecommendationsClient. getRuleDetailsByHostingEnvironmentAsync(String resourceGroupName, String hostingEnvironmentName, String name)Description for Get a recommendation rule for an app.Mono<RecommendationRuleInner>RecommendationsClient. getRuleDetailsByHostingEnvironmentAsync(String resourceGroupName, String hostingEnvironmentName, String name, Boolean updateSeen, String recommendationId)Description for 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)Description for 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)Description for Get a recommendation rule for an app.Mono<RecommendationRuleInner>RecommendationsClient. getRuleDetailsByWebAppAsync(String resourceGroupName, String siteName, String name)Description for Get a recommendation rule for an app.Mono<RecommendationRuleInner>RecommendationsClient. getRuleDetailsByWebAppAsync(String resourceGroupName, String siteName, String name, Boolean updateSeen, String recommendationId)Description for 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)Description for 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)Description for 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 RecommendationRuleInner Modifier and Type Method Description RecommendationRuleInnerRecommendationRuleInner. withActionName(String actionName)Set the actionName property: Name of action that is recommended by this rule in string.RecommendationRuleInnerRecommendationRuleInner. withBladeName(String bladeName)Set the bladeName property: Deep link to a blade on the portal.RecommendationRuleInnerRecommendationRuleInner. withChannels(Channels channels)Set the channels property: List of available channels that this rule applies.RecommendationRuleInnerRecommendationRuleInner. withDescription(String description)Set the description property: Localized detailed description of the rule.RecommendationRuleInnerRecommendationRuleInner. withDisplayName(String displayName)Set the displayName property: UI friendly name of the rule.RecommendationRuleInnerRecommendationRuleInner. withExtensionName(String extensionName)Set the extensionName property: Extension name of the portal if exists.RecommendationRuleInnerRecommendationRuleInner. withForwardLink(String forwardLink)Set the forwardLink property: Forward link to an external document associated with the rule.RecommendationRuleInnerRecommendationRuleInner. withIsDynamic(Boolean isDynamic)Set the isDynamic property: True if this is associated with a dynamically added rule.RecommendationRuleInnerRecommendationRuleInner. withKind(String kind)Set the kind property: Kind of resource.RecommendationRuleInnerRecommendationRuleInner. withLevel(NotificationLevel level)Set the level property: Level of impact indicating how critical this rule is.RecommendationRuleInnerRecommendationRuleInner. withMessage(String message)Set the message property: Localized name of the rule (Good for UI).RecommendationRuleInnerRecommendationRuleInner. withRecommendationId(UUID recommendationId)Set the recommendationId property: Recommendation ID of an associated recommendation object tied to the rule, if exists.RecommendationRuleInnerRecommendationRuleInner. withRecommendationName(String recommendationName)Set the recommendationName property: Unique name of the rule.
-