Interface SqlServerSecurityAlertPolicyOperations


  • public interface SqlServerSecurityAlertPolicyOperations
    A representation of the Azure SQL Server Security Alert Policy operations.
    • Method Detail

      • 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 group
        sqlServerName - 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 group
        sqlServerName - 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