Uses of Class
com.azure.resourcemanager.sql.models.SecurityAlertPolicyState
-
Packages that use SecurityAlertPolicyState 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 SecurityAlertPolicyState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SecurityAlertPolicyState Modifier and Type Method Description SecurityAlertPolicyStateDatabaseSecurityAlertPolicyInner. state()Get the state property: Specifies the state of the policy.SecurityAlertPolicyStateManagedDatabaseSecurityAlertPolicyInner. state()Get the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database.SecurityAlertPolicyStateManagedServerSecurityAlertPolicyInner. state()Get the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database.SecurityAlertPolicyStateServerSecurityAlertPolicyInner. state()Get the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type SecurityAlertPolicyState Modifier and Type Method Description DatabaseSecurityAlertPolicyInnerDatabaseSecurityAlertPolicyInner. withState(SecurityAlertPolicyState state)Set the state property: Specifies the state of the policy.ManagedDatabaseSecurityAlertPolicyInnerManagedDatabaseSecurityAlertPolicyInner. withState(SecurityAlertPolicyState state)Set the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database.ManagedServerSecurityAlertPolicyInnerManagedServerSecurityAlertPolicyInner. withState(SecurityAlertPolicyState state)Set the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database.ServerSecurityAlertPolicyInnerServerSecurityAlertPolicyInner. withState(SecurityAlertPolicyState state)Set the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database. -
Uses of SecurityAlertPolicyState in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SecurityAlertPolicyState Modifier and Type Method Description SecurityAlertPolicyStateSqlDatabaseThreatDetectionPolicy. currentState()static SecurityAlertPolicyStateSecurityAlertPolicyState. fromString(String value)Parses a serialized value to a SecurityAlertPolicyState instance.SecurityAlertPolicyStateSqlServerSecurityAlertPolicy. state()static SecurityAlertPolicyStateSecurityAlertPolicyState. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityAlertPolicyState[]SecurityAlertPolicyState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.sql.models with parameters of type SecurityAlertPolicyState Modifier and Type Method Description SqlServerSecurityAlertPolicy.UpdateSqlServerSecurityAlertPolicy.UpdateStages.WithState. withState(SecurityAlertPolicyState state)Specifies the state of the policy, whether it is enabled or disabled.SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithEmailAccountAdminsSqlServerSecurityAlertPolicyOperations.DefinitionStages.WithState. withState(SecurityAlertPolicyState state)Specifies the state of the policy, whether it is enabled or disabled.
-