IRecommendationProperties.Risk Property
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.
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