Package version:

Interface DatabaseExtensionsOperations

Interface representing a DatabaseExtensionsOperations.

Hierarchy

  • DatabaseExtensionsOperations

Methods

  • Gets a database extension. This will return resource not found as it is not supported.

    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.

    • extensionName: string
    • Optional options: DatabaseExtensionsGetOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc