Share via


IResourceRecommendationBase.Risk Property

Definition

The potential risk of not implementing the recommendation.

[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="The potential risk of not implementing the recommendation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk) }, ReadOnly=false, Required=false, SerializedName="risk")]
public Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk? Risk { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="The potential risk of not implementing the recommendation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk) }, ReadOnly=false, Required=false, SerializedName="risk")>]
member this.Risk : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk> with get, set
Public Property Risk As Nullable(Of Risk)

Property Value

Attributes

Applies to