Package version:

Interface DatabaseOperations

Interface representing a DatabaseOperations.

Hierarchy

  • DatabaseOperations

Methods

  • Cancels the asynchronous operation on the database.

    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.

    • operationId: string

      The operation identifier.

    • Optional options: DatabaseOperationsCancelOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc