다음을 통해 공유


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

옵션 매개 변수입니다.

반환