Uses of Class
com.azure.resourcemanager.appservice.fluent.models.RecommendationRuleProperties
Packages that use RecommendationRuleProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of RecommendationRuleProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return RecommendationRulePropertiesModifier and TypeMethodDescriptionstatic RecommendationRulePropertiesRecommendationRuleProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecommendationRuleProperties from the JsonReader.RecommendationRuleProperties.withActionName(String actionName) Set the actionName property: Name of action that is recommended by this rule in string.RecommendationRuleProperties.withBladeName(String bladeName) Set the bladeName property: Deep link to a blade on the portal.RecommendationRuleProperties.withChannels(Channels channels) Set the channels property: List of available channels that this rule applies.RecommendationRuleProperties.withDescription(String description) Set the description property: Localized detailed description of the rule.RecommendationRuleProperties.withDisplayName(String displayName) Set the displayName property: UI friendly name of the rule.RecommendationRuleProperties.withExtensionName(String extensionName) Set the extensionName property: Extension name of the portal if exists.RecommendationRuleProperties.withForwardLink(String forwardLink) Set the forwardLink property: Forward link to an external document associated with the rule.RecommendationRuleProperties.withIsDynamic(Boolean isDynamic) Set the isDynamic property: True if this is associated with a dynamically added rule.RecommendationRuleProperties.withLevel(NotificationLevel level) Set the level property: Level of impact indicating how critical this rule is.RecommendationRuleProperties.withMessage(String message) Set the message property: Localized name of the rule (Good for UI).RecommendationRuleProperties.withRecommendationId(UUID recommendationId) Set the recommendationId property: Recommendation ID of an associated recommendation object tied to the rule, if exists.RecommendationRuleProperties.withRecommendationName(String recommendationName) Set the recommendationName property: Unique name of the rule.