SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinition Interface
public static interface SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinition
Grouping of the Azure SQL Server Security Alert Policy common actions.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
define()
Begins the definition of a new SQL Server Security Alert Policy to be added to this server. |
abstract
Sql |
get()
Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server. |
abstract
Mono<Sql |
getAsync()
Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server. |
Method Details
define
public abstract SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithState define()
Begins the definition of a new SQL Server Security Alert Policy to be added to this server.
Returns:
get
public abstract SqlServerSecurityAlertPolicy get()
Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.
Returns:
getAsync
public abstract Mono
Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.
Returns:
Applies to
Azure SDK for Java