Package version:

Interface ManagedDatabases

Interface representing a ManagedDatabases.

Hierarchy

  • ManagedDatabases

Methods

  • Deletes a managed 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.

    • managedInstanceName: string

      The name of the managed instance.

    • databaseName: string

      The name of the database.

    • Optional options: ManagedDatabasesDeleteOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

  • Deletes a managed 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.

    • managedInstanceName: string

      The name of the managed instance.

    • databaseName: string

      The name of the database.

    • Optional options: ManagedDatabasesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc