RecommendationInner Class
Definition
Represents a recommendation result generated by the recommendation engine.
public class RecommendationInner
type RecommendationInner = class
Public Class RecommendationInner
- Inheritance
-
RecommendationInner
Constructors
Properties
ActionName |
Gets or sets name of action recommended by this object. |
BladeName | |
Channels |
Gets or sets list of channels that this recommendation can apply. Possible values include: 'Notification', 'Api', 'Email', 'Webhook', 'All' |
CreationTime |
Gets or sets timestamp when this instance was created. |
DisplayName |
Gets or sets UI friendly name of the rule (may not be unique). |
EndTime |
Gets or sets the end time in UTC of a range that the recommendation refers to. |
ExtensionName | |
ForwardLink | |
IsDynamic | |
Level |
Gets or sets level indicating how critical this recommendation can impact. Possible values include: 'Critical', 'Warning', 'Information', 'NonUrgentSuggestion' |
Message |
Gets or sets recommendation text. |
NextNotificationTime |
Gets or sets when to notify this recommendation next in UTC. Null means that this will never be notified anymore. |
NotificationExpirationTime |
Gets or sets date and time in UTC when this notification expires. |
NotifiedTime |
Gets or sets last timestamp in UTC this instance was actually notified. Null means that this recommendation hasn't been notified yet. |
RecommendationId |
Gets or sets a GUID value that each recommendation object is associated with. |
ResourceId |
Gets or sets full ARM resource ID string that this recommendation object is associated with. |
ResourceScope |
Gets or sets name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site. Possible values include: 'ServerFarm', 'Subscription', 'WebSite' |
RuleName |
Gets or sets unique name of the rule. |
Score |
Gets or sets a metric value measured by the rule. |
StartTime |
Gets or sets the beginning time in UTC of a range that the recommendation refers to. |
Tags |
Gets or sets the list of category tags that this recommendation belongs to. |