Uses of Enum
com.azure.resourcemanager.sql.models.DataMaskingRuleState
Packages that use DataMaskingRuleState
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of DataMaskingRuleState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return DataMaskingRuleStateModifier and TypeMethodDescriptionDataMaskingRuleInner.ruleState()Get the ruleState property: The rule state.DataMaskingRuleProperties.ruleState()Get the ruleState property: The rule state.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type DataMaskingRuleStateModifier and TypeMethodDescriptionDataMaskingRuleInner.withRuleState(DataMaskingRuleState ruleState) Set the ruleState property: The rule state.DataMaskingRuleProperties.withRuleState(DataMaskingRuleState ruleState) Set the ruleState property: The rule state. -
Uses of DataMaskingRuleState in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return DataMaskingRuleStateModifier and TypeMethodDescriptionstatic DataMaskingRuleStateDataMaskingRuleState.fromString(String value) Parses a serialized value to a DataMaskingRuleState instance.static DataMaskingRuleStateReturns the enum constant of this type with the specified name.static DataMaskingRuleState[]DataMaskingRuleState.values()Returns an array containing the constants of this enum type, in the order they are declared.