FacetRequestOptions.SortOrder Property

Definition

Gets or sets the sorting order by the selected column (count by default). Possible values include: 'asc', 'desc'

[Newtonsoft.Json.JsonProperty(PropertyName="sortOrder")]
public Microsoft.Azure.Management.ResourceGraph.Models.FacetSortOrder? SortOrder { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sortOrder")>]
member this.SortOrder : Nullable<Microsoft.Azure.Management.ResourceGraph.Models.FacetSortOrder> with get, set
Public Property SortOrder As Nullable(Of FacetSortOrder)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to