共用方式為


ResourceRecommendationBase.Impact Property

Definition

Gets or sets the business impact of the recommendation. Possible values include: 'High', 'Medium', 'Low'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.impact")]
public string Impact { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.impact")>]
member this.Impact : string with get, set
Public Property Impact As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to