Uses of Enum Class
com.microsoft.azure.management.sql.SecurityAlertPolicyState
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SecurityAlertPolicyState in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionSqlDatabaseThreatDetectionPolicy.currentState()
static SecurityAlertPolicyState
SecurityAlertPolicyState.fromString
(String value) Parses a serialized value to a SecurityAlertPolicyState instance.SqlServerSecurityAlertPolicy.state()
static SecurityAlertPolicyState
Returns the enum constant of this class with the specified name.static SecurityAlertPolicyState[]
SecurityAlertPolicyState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSqlServerSecurityAlertPolicy.UpdateStages.WithState.withState
(SecurityAlertPolicyState state) Specifies the state of the policy, whether it is enabled or disabled.SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithState.withState
(SecurityAlertPolicyState state) Specifies the state of the policy, whether it is enabled or disabled.