DatabaseOperations interface
DatabaseOperations を表すインターフェイス。
メソッド
invite |
フォロワー データベースをこのデータベースにアタッチできるようにする招待トークンを生成します。 |
メソッドの詳細
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 パラメーター。
戻り値
Promise<DatabaseInviteFollowerResult>