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
追蹤者邀請要求參數。
選項參數。
傳回
Promise<DatabaseInviteFollowerResult>