Interface SqlServerSecurityAlertPolicyOperations


@Beta(V1_15_0) public interface SqlServerSecurityAlertPolicyOperations
A representation of the Azure SQL Server Security Alert Policy operations.
  • Method Details

    • 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 group
      sqlServerName - the name of SQL server parent resource
      Returns:
      an immutable representation of the resource
    • getBySqlServerAsync

      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.
      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

      @Beta(V1_8_0) 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.
      Parameters:
      sqlServer - the SQL server parent resource
      Returns:
      a representation of the deferred computation of this call returning the found resource
    • getById

      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

      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.
      Parameters:
      id - the ID of the resource.
      Returns:
      a representation of the deferred computation of this call