次の方法で共有


KustoDatabaseResource.InviteFollowerDatabase メソッド

定義

フォロワー データベースをこのデータベースにアタッチできる招待トークンを生成します。

  • 要求パス/サブスクリプション/{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 です。

適用対象