Uses of Class
com.azure.resourcemanager.sql.models.DataMaskingRuleState
-
Packages that use DataMaskingRuleState Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models 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 DataMaskingRuleState Modifier and Type Method Description DataMaskingRuleStateDataMaskingRuleInner. ruleState()Get the ruleState property: The rule state.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type DataMaskingRuleState Modifier and Type Method Description DataMaskingRuleInnerDataMaskingRuleInner. 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 DataMaskingRuleState Modifier and Type Method Description static DataMaskingRuleStateDataMaskingRuleState. fromString(String value)Parses a serialized value to a DataMaskingRuleState instance.static DataMaskingRuleStateDataMaskingRuleState. valueOf(String name)Returns 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.
-