你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KustoDatabaseResource.InviteFollowerDatabase 方法

定义

生成一个邀请令牌,该令牌允许将追随者数据库附加到此数据库。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/inviteFollower
  • 操作IdDatabase_InviteFollower
public virtual Azure.Response<Azure.ResourceManager.Kusto.Models.DatabaseInviteFollowerResult> InviteFollowerDatabase (Azure.ResourceManager.Kusto.Models.DatabaseInviteFollowerContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member InviteFollowerDatabase : Azure.ResourceManager.Kusto.Models.DatabaseInviteFollowerContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.Models.DatabaseInviteFollowerResult>
override this.InviteFollowerDatabase : Azure.ResourceManager.Kusto.Models.DatabaseInviteFollowerContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.Models.DatabaseInviteFollowerResult>
Public Overridable Function InviteFollowerDatabase (content As DatabaseInviteFollowerContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DatabaseInviteFollowerResult)

参数

content
DatabaseInviteFollowerContent

关注者邀请请求参数。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

content 为 null。

适用于