SecurityAlertPolicyState Enum
- java.
lang. Object - java.
lang. Enum<SecurityAlertPolicyState> - com.
microsoft. azure. management. sql. SecurityAlertPolicyState
- com.
- java.
public enum SecurityAlertPolicyState
Defines values for SecurityAlertPolicyState.
Fields
DISABLED |
Enum value Disabled. |
ENABLED |
Enum value Enabled. |
NEW |
Enum value New. |
Methods
fromString(String value)
public static SecurityAlertPolicyState fromString(String value)
Parses a serialized value to a SecurityAlertPolicyState instance.
Parameters
- value
- String
Returns
the parsed SecurityAlertPolicyState 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