Uses of Enum
com.azure.resourcemanager.sql.models.DataMaskingState
Packages that use DataMaskingState
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of DataMaskingState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return DataMaskingStateModifier and TypeMethodDescriptionDataMaskingPolicyInner.dataMaskingState()Get the dataMaskingState property: The state of the data masking policy.DataMaskingPolicyProperties.dataMaskingState()Get the dataMaskingState property: The state of the data masking policy.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type DataMaskingStateModifier and TypeMethodDescriptionDataMaskingPolicyInner.withDataMaskingState(DataMaskingState dataMaskingState) Set the dataMaskingState property: The state of the data masking policy.DataMaskingPolicyProperties.withDataMaskingState(DataMaskingState dataMaskingState) Set the dataMaskingState property: The state of the data masking policy. -
Uses of DataMaskingState in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type DataMaskingState in com.azure.resourcemanager.sql.modelsMethods in com.azure.resourcemanager.sql.models that return DataMaskingStateModifier and TypeMethodDescriptionstatic DataMaskingStateDataMaskingState.fromString(String value) Parses a serialized value to a DataMaskingState instance.static DataMaskingStateReturns the enum constant of this type with the specified name.static DataMaskingState[]DataMaskingState.values()Returns an array containing the constants of this enum type, in the order they are declared.