IRecommendationProperties.Impact 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 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