Interface SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinition
- Enclosing interface:
- SqlServerSecurityAlertPolicyOperations
@Beta(V1_15_0)
public static interface SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinition
Grouping of the Azure SQL Server Security Alert Policy common actions.
-
Method Summary
Modifier and TypeMethodDescriptiondefine()
Begins the definition of a new SQL Server Security Alert Policy to be added to this server.get()
Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.rx.Observable<SqlServerSecurityAlertPolicy>
getAsync()
Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.
-
Method Details
-
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
Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.- Returns:
- an immutable representation of the resource
-
getAsync
rx.Observable<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
-