ISecurityAlertPolicyOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents all the operations to manage Azure SQL Database and Database Server Security Alert policy. Contains operations to: Create, Retrieve and Update policy.
public interface ISecurityAlertPolicyOperations
type ISecurityAlertPolicyOperations = interface
Public Interface ISecurityAlertPolicyOperations
Methods
CreateOrUpdateDatabaseSecurityAlertPolicyAsync(String, String, String, DatabaseSecurityAlertPolicyCreateOrUpdateParameters, CancellationToken) |
Creates or updates an Azure SQL Database security alert policy. |
CreateOrUpdateServerSecurityAlertPolicyAsync(String, String, ServerSecurityAlertPolicyCreateOrUpdateParameters, CancellationToken) |
Creates or updates an Azure SQL Server security alert policy. |
GetDatabaseSecurityAlertPolicyAsync(String, String, String, CancellationToken) |
Returns an Azure SQL Database security alert policy. |
GetOperationStatusAsync(String, CancellationToken) |
Gets the status of an Azure Sql Server security alert policy create or update operation. |
GetServerSecurityAlertPolicyAsync(String, String, CancellationToken) |
Returns an Azure SQL Database security alert policy. |