IRecommendationRule.RecommendationId Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Recommendation ID of an associated recommendation object tied to the rule, if exists.\r\n        If such an object doesn't exist, it is set to null.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="recommendationId", Update=true)]
public string RecommendationId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Recommendation ID of an associated recommendation object tied to the rule, if exists.\r\n        If such an object doesn't exist, it is set to null.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="recommendationId", Update=true)>]
member this.RecommendationId : string with get, set
Public Property RecommendationId As String

Property Value

Attributes

Applies to