Compartilhar via


DataMaskingRule.RuleState Propriedade

Definição

Obtém ou define o estado da regra. Usado para excluir uma regra. Para excluir uma regra existente, especifique schemaName, tableName, columnName, maskingFunction e especifique ruleState como desabilitado. No entanto, se a regra ainda não existir, a regra será criada com ruleState definido como habilitado, independentemente do valor fornecido de ruleState. Os valores possíveis são: “Disabled” e “Enabled”

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a