DataMaskingPolicyInner.DataMaskingState Property

Definition

Gets or sets the state of the data masking policy. Possible values include: 'Disabled', 'Enabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.dataMaskingState")]
public Microsoft.Azure.Management.Sql.Fluent.Models.DataMaskingState DataMaskingState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dataMaskingState")>]
member this.DataMaskingState : Microsoft.Azure.Management.Sql.Fluent.Models.DataMaskingState with get, set
Public Property DataMaskingState As DataMaskingState

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to