Package version:

Interface ReplicationLinks

Interface representing a ReplicationLinks.

Hierarchy

  • ReplicationLinks

Methods

  • Deletes the replication link.

    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.

    • linkId: string
    • Optional options: ReplicationLinksDeleteOptionalParams

      The options parameters.

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

  • Deletes the replication link.

    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.

    • linkId: string
    • Optional options: ReplicationLinksDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc