SensitivityLabelSource Enum
- java.
lang. Object - java.
lang. Enum<SensitivityLabelSource> - com.
microsoft. azure. management. sql. SensitivityLabelSource
- com.
- java.
public enum SensitivityLabelSource
Defines values for SensitivityLabelSource.
Fields
CURRENT |
Enum value current. |
RECOMMENDED |
Enum value recommended. |
Methods
fromString(String value)
public static SensitivityLabelSource fromString(String value)
Parses a serialized value to a SensitivityLabelSource instance.
Parameters
- value
- String
Returns
the parsed SensitivityLabelSource object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java