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

KustoDatabaseResource.InviteFollowerDatabaseAsync 方法

定义

生成允许将关注者数据库附加到此数据库的邀请令牌。

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

参数

content
DatabaseInviteFollowerContent

关注者邀请请求参数。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

content 为 null。

适用于