Package | Description |
---|---|
com.microsoft.azure.management.sql |
This package contains the classes for SqlManagementClient.
|
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 © 2019. All rights reserved.