IRecommendation Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RecommendationTypeConverter))]
public interface IRecommendation : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RecommendationTypeConverter))>]
type IRecommendation = interface
interface IJsonSerializable
interface IProxyOnlyResource
Public Interface IRecommendation
Implements IProxyOnlyResource
- Derived
- Attributes
- Implements
Properties
ActionName |
Name of action recommended by this object. |
BladeName |
Deep link to a blade on the portal. |
CategoryTag |
The list of category tags that this recommendation belongs to. |
Channel |
List of channels that this recommendation can apply. |
CreationTime |
Timestamp when this instance was created. |
DisplayName |
UI friendly name of the rule (may not be unique). |
Enabled |
True if this recommendation is still valid (i.e. "actionable"). False if it is invalid. |
EndTime |
The end time in UTC of a range that the recommendation refers to. |
ExtensionName |
Extension name of the portal if exists. |
ForwardLink |
Forward link to an external document associated with the rule. |
Id |
Resource Id. (Inherited from IProxyOnlyResource) |
IsDynamic |
True if this is associated with a dynamically added rule |
Kind |
Kind of resource. (Inherited from IProxyOnlyResource) |
Level |
Level indicating how critical this recommendation can impact. |
Message |
Recommendation text. |
Name |
Resource Name. (Inherited from IProxyOnlyResource) |
NextNotificationTime |
When to notify this recommendation next in UTC. Null means that this will never be notified anymore. |
NotificationExpirationTime |
Date and time in UTC when this notification expires. |
NotifiedTime |
Last timestamp in UTC this instance was actually notified. Null means that this recommendation hasn't been notified yet. |
RecommendationId |
A GUID value that each recommendation object is associated with. |
ResourceId |
Full ARM resource ID string that this recommendation object is associated with. |
ResourceScope |
Name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site. |
RuleName |
Unique name of the rule. |
Score |
A metric value measured by the rule. |
StartTime |
The beginning time in UTC of a range that the recommendation refers to. |
State |
The list of states of this recommendation. If it's null then it should be considered "Active". |
Type |
Resource type. (Inherited from IProxyOnlyResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |