Uses of Interface
com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlServerSecurityAlertPolicy in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionSqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinition.get()
Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.SqlServerSecurityAlertPolicyOperations.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.SqlServerSecurityAlertPolicyOperations.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.Modifier and TypeMethodDescriptionrx.Observable<SqlServerSecurityAlertPolicy>
SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinition.getAsync()
Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.rx.Observable<SqlServerSecurityAlertPolicy>
SqlServerSecurityAlertPolicyOperations.getByIdAsync
(String id) Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.rx.Observable<SqlServerSecurityAlertPolicy>
SqlServerSecurityAlertPolicyOperations.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>
SqlServerSecurityAlertPolicyOperations.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.