共用方式為


ResourceRecommendationBase.Category Property

Definition

Gets or sets the category of the recommendation. Possible values include: 'HighAvailability', 'Security', 'Performance', 'Cost'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to