ISecurityAlertPolicyOperations Interface

Definition

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.

Extension Methods

CreateOrUpdateDatabaseSecurityAlertPolicy(ISecurityAlertPolicyOperations, String, String, String, DatabaseSecurityAlertPolicyCreateOrUpdateParameters)

Creates or updates an Azure SQL Database security alert policy.

CreateOrUpdateDatabaseSecurityAlertPolicyAsync(ISecurityAlertPolicyOperations, String, String, String, DatabaseSecurityAlertPolicyCreateOrUpdateParameters)

Creates or updates an Azure SQL Database security alert policy.

CreateOrUpdateServerSecurityAlertPolicy(ISecurityAlertPolicyOperations, String, String, ServerSecurityAlertPolicyCreateOrUpdateParameters)

Creates or updates an Azure SQL Server security alert policy.

CreateOrUpdateServerSecurityAlertPolicyAsync(ISecurityAlertPolicyOperations, String, String, ServerSecurityAlertPolicyCreateOrUpdateParameters)

Creates or updates an Azure SQL Server security alert policy.

GetDatabaseSecurityAlertPolicy(ISecurityAlertPolicyOperations, String, String, String)

Returns an Azure SQL Database security alert policy.

GetDatabaseSecurityAlertPolicyAsync(ISecurityAlertPolicyOperations, String, String, String)

Returns an Azure SQL Database security alert policy.

GetOperationStatus(ISecurityAlertPolicyOperations, String)

Gets the status of an Azure Sql Server security alert policy create or update operation.

GetOperationStatusAsync(ISecurityAlertPolicyOperations, String)

Gets the status of an Azure Sql Server security alert policy create or update operation.

GetServerSecurityAlertPolicy(ISecurityAlertPolicyOperations, String, String)

Returns an Azure SQL Database security alert policy.

GetServerSecurityAlertPolicyAsync(ISecurityAlertPolicyOperations, String, String)

Returns an Azure SQL Database security alert policy.

Applies to