Package version:

Interface DatabaseAdvisors

Interface representing a DatabaseAdvisors.

Hierarchy

  • DatabaseAdvisors

Methods

  • Gets a database advisor.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database.

    • advisorName: string

      The name of the Database Advisor.

    • Optional options: DatabaseAdvisorsGetOptionalParams

      The options parameters.

    Returns Promise<Advisor>

  • Updates a database advisor.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database.

    • advisorName: string

      The name of the Database Advisor.

    • parameters: Advisor

      The requested advisor resource state.

    • Optional options: DatabaseAdvisorsUpdateOptionalParams

      The options parameters.

    Returns Promise<Advisor>

Generated using TypeDoc