Interface SqlServerSecurityAlertPolicyOperations
-
public interface SqlServerSecurityAlertPolicyOperationsA representation of the Azure SQL Server Security Alert Policy operations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSqlServerSecurityAlertPolicyOperations.DefinitionStagesGrouping of all the SQL Server Security Alert Policy definition stages.static interfaceSqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyActionsDefinitionGrouping of the Azure SQL Server Security Alert Policy common actions.static interfaceSqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyOperationsDefinitionContainer interface for all the definitions that need to be implemented.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithSqlServerdefine()Begins a definition for a new SQL Server Security Alert Policy resource.SqlServerSecurityAlertPolicygetById(String id)Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.Mono<SqlServerSecurityAlertPolicy>getByIdAsync(String id)Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.SqlServerSecurityAlertPolicygetBySqlServer(SqlServer sqlServer)Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its parent SQL Server.SqlServerSecurityAlertPolicygetBySqlServer(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.Mono<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.Mono<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.
-
-
-
Method Detail
-
define
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithSqlServer define()
Begins a definition for a new SQL Server Security Alert Policy resource.- Returns:
- the first stage of the resource definition
-
getBySqlServer
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:
resourceGroupName- the name of resource groupsqlServerName- the name of SQL server parent resource- Returns:
- an immutable representation of the resource
-
getBySqlServerAsync
Mono<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.- Parameters:
resourceGroupName- the name of resource groupsqlServerName- the name of SQL server parent resource- Returns:
- a representation of the deferred computation of this call returning the found resource
-
getBySqlServer
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:
sqlServer- the SQL server parent resource- Returns:
- an immutable representation of the resource
-
getBySqlServerAsync
Mono<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.- Parameters:
sqlServer- the SQL server parent resource- Returns:
- a representation of the deferred computation of this call returning the found resource
-
getById
SqlServerSecurityAlertPolicy getById(String id)
Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.- Parameters:
id- the ID of the resource.- Returns:
- an immutable representation of the resource
-
getByIdAsync
Mono<SqlServerSecurityAlertPolicy> getByIdAsync(String id)
Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID.- Parameters:
id- the ID of the resource.- Returns:
- a representation of the deferred computation of this call
-
-