Recommendation Class
Represents a recommendation result generated by the recommendation engine.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2021_03_01.models._models_py3.ProxyOnlyResourceRecommendation
Constructor
Recommendation(*, kind: str | None = None, creation_time: datetime | None = None, recommendation_id: str | None = None, resource_id: str | None = None, resource_scope: str | _models.ResourceScopeType | None = None, rule_name: str | None = None, display_name: str | None = None, message: str | None = None, level: str | _models.NotificationLevel | None = None, channels: str | _models.Channels | None = None, action_name: str | None = None, enabled: int | None = None, states: List[str] | None = None, start_time: datetime | None = None, end_time: datetime | None = None, next_notification_time: datetime | None = None, notification_expiration_time: datetime | None = None, notified_time: datetime | None = None, score: float | None = None, is_dynamic: bool | None = None, extension_name: str | None = None, blade_name: str | None = None, forward_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
creation_time
|
Timestamp when this instance was created. |
recommendation_id
|
A GUID value that each recommendation object is associated with. |
resource_id
|
Full ARM resource ID string that this recommendation object is associated with. |
resource_scope
|
Name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site. Known values are: "ServerFarm", "Subscription", and "WebSite". |
rule_name
|
Unique name of the rule. |
display_name
|
UI friendly name of the rule (may not be unique). |
message
|
Recommendation text. |
level
|
Level indicating how critical this recommendation can impact. Known values are: "Critical", "Warning", "Information", and "NonUrgentSuggestion". |
channels
|
List of channels that this recommendation can apply. Known values are: "Notification", "Api", "Email", "Webhook", and "All". |
action_name
|
Name of action recommended by this object. |
enabled
|
True if this recommendation is still valid (i.e. "actionable"). False if it is invalid. |
states
|
The list of states of this recommendation. If it's null then it should be considered "Active". |
start_time
|
The beginning time in UTC of a range that the recommendation refers to. |
end_time
|
The end time in UTC of a range that the recommendation refers to. |
next_notification_time
|
When to notify this recommendation next in UTC. Null means that this will never be notified anymore. |
notification_expiration_time
|
Date and time in UTC when this notification expires. |
notified_time
|
Last timestamp in UTC this instance was actually notified. Null means that this recommendation hasn't been notified yet. |
score
|
A metric value measured by the rule. |
is_dynamic
|
True if this is associated with a dynamically added rule. |
extension_name
|
Extension name of the portal if exists. |
blade_name
|
Deep link to a blade on the portal. |
forward_link
|
Forward link to an external document associated with the rule. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
creation_time
|
Timestamp when this instance was created. |
recommendation_id
|
A GUID value that each recommendation object is associated with. |
resource_id
|
Full ARM resource ID string that this recommendation object is associated with. |
resource_scope
|
Name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site. Known values are: "ServerFarm", "Subscription", and "WebSite". |
rule_name
|
Unique name of the rule. |
display_name
|
UI friendly name of the rule (may not be unique). |
message
|
Recommendation text. |
level
|
Level indicating how critical this recommendation can impact. Known values are: "Critical", "Warning", "Information", and "NonUrgentSuggestion". |
channels
|
List of channels that this recommendation can apply. Known values are: "Notification", "Api", "Email", "Webhook", and "All". |
category_tags
|
The list of category tags that this recommendation belongs to. |
action_name
|
Name of action recommended by this object. |
enabled
|
True if this recommendation is still valid (i.e. "actionable"). False if it is invalid. |
states
|
The list of states of this recommendation. If it's null then it should be considered "Active". |
start_time
|
The beginning time in UTC of a range that the recommendation refers to. |
end_time
|
The end time in UTC of a range that the recommendation refers to. |
next_notification_time
|
When to notify this recommendation next in UTC. Null means that this will never be notified anymore. |
notification_expiration_time
|
Date and time in UTC when this notification expires. |
notified_time
|
Last timestamp in UTC this instance was actually notified. Null means that this recommendation hasn't been notified yet. |
score
|
A metric value measured by the rule. |
is_dynamic
|
True if this is associated with a dynamically added rule. |
extension_name
|
Extension name of the portal if exists. |
blade_name
|
Deep link to a blade on the portal. |
forward_link
|
Forward link to an external document associated with the rule. |
Azure SDK for Python