DatabaseOperations interface

Interface representing a DatabaseOperations.

Methods

inviteFollower(string, string, string, DatabaseInviteFollowerRequest, DatabaseInviteFollowerOptionalParams)

Generates an invitation token that allows attaching a follower database to this database.

Method Details

inviteFollower(string, string, string, DatabaseInviteFollowerRequest, DatabaseInviteFollowerOptionalParams)

Generates an invitation token that allows attaching a follower database to this database.

function inviteFollower(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseInviteFollowerRequest, options?: DatabaseInviteFollowerOptionalParams): Promise<DatabaseInviteFollowerResult>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

clusterName

string

The name of the Kusto cluster.

databaseName

string

The name of the database in the Kusto cluster.

parameters
DatabaseInviteFollowerRequest

The follower invitation request parameters.

options
DatabaseInviteFollowerOptionalParams

The options parameters.

Returns