| Modifier and Type | Method and Description |
|---|---|
SqlServerSecurityAlertPolicy |
SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinition.get()
Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server.
|
SqlServerSecurityAlertPolicy |
SqlServerSecurityAlertPolicyOperations.getById(String id)
Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.
|
SqlServerSecurityAlertPolicy |
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.
|
SqlServerSecurityAlertPolicy |
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 Type | Method and Description |
|---|---|
rx.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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/