你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataMaskingRuleInner.RuleState 属性

定义

获取或设置规则状态。 用于删除规则。 若要删除现有规则,请指定 schemaName、tableName、columnName、maskingFunction,并将 ruleState 指定为 disabled。 但是,如果规则尚不存在,则将创建规则并将 ruleState 设置为 enabled,而不考虑 ruleState 的提供值。 可能的值包括:“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)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于