Interface SqlServerSecurityAlertPolicyOperations
@Beta(V1_15_0)
public interface SqlServerSecurityAlertPolicyOperations
A representation of the Azure SQL Server Security Alert Policy operations.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Grouping of all the SQL Server Security Alert Policy definition stages.static interface
Grouping of the Azure SQL Server Security Alert Policy common actions.static interface
Container interface for all the definitions that need to be implemented. -
Method Summary
Modifier and TypeMethodDescriptiondefine()
Begins a definition for a new SQL Server Security Alert Policy resource.Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.rx.Observable<SqlServerSecurityAlertPolicy>
getByIdAsync
(String id) Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.getBySqlServer
(SqlServer sqlServer) Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its parent SQL Server.getBySqlServer
(String resourceGroupName, String sqlServerName) Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its resource group.rx.Observable<SqlServerSecurityAlertPolicy>
getBySqlServerAsync
(SqlServer sqlServer) Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its parent SQL server.rx.Observable<SqlServerSecurityAlertPolicy>
getBySqlServerAsync
(String resourceGroupName, String sqlServerName) Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its resource group.
-
Method Details
-
define
Begins a definition for a new SQL Server Security Alert Policy resource.- Returns:
- the first stage of the resource definition
-
getBySqlServer
Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its resource group.- Parameters:
resourceGroupName
- the name of resource groupsqlServerName
- the name of SQL server parent resource- Returns:
- an immutable representation of the resource
-
getBySqlServerAsync
rx.Observable<SqlServerSecurityAlertPolicy> getBySqlServerAsync(String resourceGroupName, String sqlServerName) Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its resource group.- Parameters:
resourceGroupName
- the name of resource groupsqlServerName
- the name of SQL server parent resource- Returns:
- a representation of the deferred computation of this call returning the found resource
-
getBySqlServer
Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its parent SQL Server.- Parameters:
sqlServer
- the SQL server parent resource- Returns:
- an immutable representation of the resource
-
getBySqlServerAsync
Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its parent SQL server.- Parameters:
sqlServer
- the SQL server parent resource- Returns:
- a representation of the deferred computation of this call returning the found resource
-
getById
Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.- Parameters:
id
- the ID of the resource.- Returns:
- an immutable representation of the resource
-
getByIdAsync
Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.- Parameters:
id
- the ID of the resource.- Returns:
- a representation of the deferred computation of this call
-