DataMaskingRule.RuleState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Synapse.Models.DataMaskingRuleState? RuleState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ruleState")>]
member this.RuleState : Nullable<Microsoft.Azure.Management.Synapse.Models.DataMaskingRuleState> with get, set
Public Property RuleState As Nullable(Of DataMaskingRuleState)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Azure SDK for .NET