Interface SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinition
-
- Enclosing interface:
- SqlServerSecurityAlertPolicyOperations
public static interface SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinitionGrouping of the Azure SQL Server Security Alert Policy common actions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStatedefine()Begins the definition of a new SQL Server Security Alert Policy to be added to this server.SqlServerSecurityAlertPolicyget()Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.Mono<SqlServerSecurityAlertPolicy>getAsync()Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.
-
-
-
Method Detail
-
define
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithState define()
Begins the definition of a new SQL Server Security Alert Policy to be added to this server.- Returns:
- the first stage of the new SQL Server Security Alert Policy definition
-
get
SqlServerSecurityAlertPolicy get()
Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.- Returns:
- an immutable representation of the resource
-
getAsync
Mono<SqlServerSecurityAlertPolicy> getAsync()
Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.- Returns:
- a representation of the deferred computation of this call returning the found resource
-
-