SqlServerSecurityAlertPolicyOperations Interface
public interface SqlServerSecurityAlertPolicyOperations
A representation of the Azure SQL Server Security Alert Policy operations.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithSqlServer |
define()
Begins a definition for a new SQL Server Security Alert Policy resource. |
Sql |
getById(String id)
Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID. |
Observable<Sql |
getByIdAsync(String id)
Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID. |
Sql |
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. |
Sql |
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. |
Observable<Sql |
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. |
Observable<Sql |
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
public SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithSqlServer define()
Begins a definition for a new SQL Server Security Alert Policy resource.
Returns:
getById
public SqlServerSecurityAlertPolicy getById(String id)
Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.
Parameters:
Returns:
getByIdAsync
public Observable
Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.
Parameters:
Returns:
getBySqlServer
public SqlServerSecurityAlertPolicy 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.
Parameters:
Returns:
getBySqlServer
public SqlServerSecurityAlertPolicy 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.
Parameters:
Returns:
getBySqlServerAsync
public Observable
Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its parent SQL server.
Parameters:
Returns:
getBySqlServerAsync
public Observable
Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its resource group.
Parameters:
Returns:
Applies to
Azure SDK for Java