SensitivityLabel.Rank Property

Definition

Gets or sets possible values include: 'None', 'Low', 'Medium', 'High', 'Critical'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.rank")]
public Microsoft.Azure.Management.Sql.Models.SensitivityLabelRank? Rank { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.rank")>]
member this.Rank : Nullable<Microsoft.Azure.Management.Sql.Models.SensitivityLabelRank> with get, set
Public Property Rank As Nullable(Of SensitivityLabelRank)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to