Uses of Enum
com.azure.resourcemanager.sql.models.SecurityAlertPolicyState
Packages that use SecurityAlertPolicyState
Package
Description
Package containing the inner data models for SqlManagementClient.
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 SecurityAlertPolicyStateModifier and TypeMethodDescriptionDatabaseSecurityAlertPolicyInner.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.ManagedDatabaseSecurityAlertPolicyInner.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.ManagedServerSecurityAlertPolicyInner.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.SecurityAlertPolicyProperties.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.SecurityAlertsPolicyProperties.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.ServerSecurityAlertPolicyInner.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 SecurityAlertPolicyStateModifier and TypeMethodDescriptionDatabaseSecurityAlertPolicyInner.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.ManagedDatabaseSecurityAlertPolicyInner.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.ManagedServerSecurityAlertPolicyInner.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.SecurityAlertPolicyProperties.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.SecurityAlertsPolicyProperties.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.ServerSecurityAlertPolicyInner.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 SecurityAlertPolicyStateModifier and TypeMethodDescriptionSqlDatabaseThreatDetectionPolicy.currentState()static SecurityAlertPolicyStateSecurityAlertPolicyState.fromString(String value) Parses a serialized value to a SecurityAlertPolicyState instance.SqlServerSecurityAlertPolicy.state()static SecurityAlertPolicyStateReturns 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 SecurityAlertPolicyStateModifier 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.