Share via


IResourceRecommendationBase.Impact Property

Definition

The business impact of the recommendation.

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

Property Value

Attributes

Applies to