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 です。

適用対象