DataMaskingRuleInner.RuleState Property

Definition

Gets or sets the rule state. Used to delete a rule. To delete an existing rule, specify the schemaName, tableName, columnName, maskingFunction, and specify ruleState as disabled. However, if the rule doesn't already exist, the rule will be created with ruleState set to enabled, regardless of the provided value of ruleState. Possible values include: 'Disabled', 'Enabled'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to