DatabaseOperationsOperations interface
Interface representing a DatabaseOperations operations.
Properties
| invite |
Generates an invitation token that allows attaching a follower database to this database. |
Property Details
inviteFollower
Generates an invitation token that allows attaching a follower database to this database.
inviteFollower: (resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseInviteFollowerRequest, options?: DatabaseOperationsInviteFollowerOptionalParams) => Promise<DatabaseInviteFollowerResult>
Property Value
(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseInviteFollowerRequest, options?: DatabaseOperationsInviteFollowerOptionalParams) => Promise<DatabaseInviteFollowerResult>