@Beta(value=V1_15_0)
public interface SqlServerSecurityAlertPolicyOperations
Modifier and Type | Interface and Description |
---|---|
static interface |
SqlServerSecurityAlertPolicyOperations.DefinitionStages
Grouping of all the SQL Server Security Alert Policy definition stages.
|
static interface |
SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinition
Grouping of the Azure SQL Server Security Alert Policy common actions.
|
static interface |
SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyOperationsDefinition
Container interface for all the definitions that need to be implemented.
|
Modifier and Type | Method and Description |
---|---|
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithSqlServer |
define()
Begins a definition for a new SQL Server Security Alert Policy resource.
|
SqlServerSecurityAlertPolicy |
getById(String id)
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.
|
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.
|
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.
|
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.
|
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithSqlServer define()
SqlServerSecurityAlertPolicy getBySqlServer(String resourceGroupName, String sqlServerName)
resourceGroupName
- the name of resource groupsqlServerName
- the name of SQL server parent resourcerx.Observable<SqlServerSecurityAlertPolicy> getBySqlServerAsync(String resourceGroupName, String sqlServerName)
resourceGroupName
- the name of resource groupsqlServerName
- the name of SQL server parent resourceSqlServerSecurityAlertPolicy getBySqlServer(SqlServer sqlServer)
sqlServer
- the SQL server parent resource@Beta(value=V1_8_0) rx.Observable<SqlServerSecurityAlertPolicy> getBySqlServerAsync(SqlServer sqlServer)
sqlServer
- the SQL server parent resourceSqlServerSecurityAlertPolicy getById(String id)
id
- the ID of the resource.rx.Observable<SqlServerSecurityAlertPolicy> getByIdAsync(String id)
id
- the ID of the resource.Copyright © 2019. All rights reserved.