RecommendationRule Class
Represents a recommendation rule that the recommendation engine can perform.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2021_02_01.models._models_py3.ProxyOnlyResourceRecommendationRule
Constructor
RecommendationRule(*, kind: Optional[str] = None, recommendation_name: Optional[str] = None, display_name: Optional[str] = None, message: Optional[str] = None, recommendation_id: Optional[str] = None, description: Optional[str] = None, action_name: Optional[str] = None, level: Optional[Union[str, azure.mgmt.web.v2021_02_01.models._web_site_management_client_enums.NotificationLevel]] = None, channels: Optional[Union[str, azure.mgmt.web.v2021_02_01.models._web_site_management_client_enums.Channels]] = None, is_dynamic: Optional[bool] = None, extension_name: Optional[str] = None, blade_name: Optional[str] = None, forward_link: Optional[str] = None, **kwargs)
Parameters
- recommendation_id
- str
Recommendation ID of an associated recommendation object tied to the rule, if exists. If such an object doesn't exist, it is set to null.
- level
- str or NotificationLevel
Level of impact indicating how critical this rule is. Possible values include: "Critical", "Warning", "Information", "NonUrgentSuggestion".
List of available channels that this rule applies. Possible values include: "Notification", "Api", "Email", "Webhook", "All".
- extension_name
- str
Extension name of the portal if exists. Applicable to dynamic rule only.
- forward_link
- str
Forward link to an external document associated with the rule. Applicable to dynamic rule only.
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- type
- str
Resource type.
Feedback
Submit and view feedback for