次の方法で共有


DatabaseOperations interface

DatabaseOperations を表すインターフェイス。

メソッド

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

フォロワー データベースをこのデータベースにアタッチできるようにする招待トークンを生成します。

メソッドの詳細

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

フォロワー データベースをこのデータベースにアタッチできるようにする招待トークンを生成します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

Kusto クラスターの名前。

databaseName

string

Kusto クラスター内のデータベースの名前。

parameters
DatabaseInviteFollowerRequest

フォロワー招待要求パラメーター。

options
DatabaseInviteFollowerOptionalParams

options パラメーター。

戻り値