IIndexersOperations インターフェイス

定義

IndexersOperations 操作。

public interface IIndexersOperations
type IIndexersOperations = interface
Public Interface IIndexersOperations

メソッド

CreateOrUpdateWithHttpMessagesAsync(Indexer, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)

新しいインデクサーを作成するか、インデクサーが既に存在する場合は更新します。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdateWithHttpMessagesAsync(String, Indexer, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)

新しいインデクサーを作成するか、インデクサーが既に存在する場合は更新します。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateWithHttpMessagesAsync(Indexer, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

新しいインデクサーを作成します。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

DeleteWithHttpMessagesAsync(String, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)

インデクサーを削除します。 https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

ExistsWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

指定されたインデクサーが検索サービスに存在するかどうかを判断します。

GetStatusWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

インデクサーの現在の状態と実行の履歴を返します。 https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

GetWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

インデクサー定義を取得します。 https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

ListWithHttpMessagesAsync(SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

検索サービスで使用できるすべてのインデクサーを一覧表示します。 https://docs.microsoft.com/rest/api/searchservice/List-Indexers

ResetWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

インデクサーに関連付けられている変更追跡状態をリセットします。 https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

RunWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

インデクサーをオンデマンドで実行します。 https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

拡張メソッド

Create(IIndexersOperations, Indexer, SearchRequestOptions)

新しいインデクサーを作成します。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateAsync(IIndexersOperations, Indexer, SearchRequestOptions, CancellationToken)

新しいインデクサーを作成します。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdate(IIndexersOperations, Indexer, SearchRequestOptions, AccessCondition)

新しいインデクサーを作成するか、インデクサーが既に存在する場合は更新します。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdate(IIndexersOperations, String, Indexer, SearchRequestOptions, AccessCondition)

新しいインデクサーを作成するか、インデクサーが既に存在する場合は更新します。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdateAsync(IIndexersOperations, Indexer, SearchRequestOptions, AccessCondition, CancellationToken)

新しいインデクサーを作成するか、インデクサーが既に存在する場合は更新します。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdateAsync(IIndexersOperations, String, Indexer, SearchRequestOptions, AccessCondition, CancellationToken)

新しいインデクサーを作成するか、インデクサーが既に存在する場合は更新します。 https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

Delete(IIndexersOperations, String, SearchRequestOptions, AccessCondition)

インデクサーを削除します。 https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

DeleteAsync(IIndexersOperations, String, SearchRequestOptions, AccessCondition, CancellationToken)

インデクサーを削除します。 https://docs.microsoft.com/rest/api/searchservice/Delete-Indexer

Exists(IIndexersOperations, String, SearchRequestOptions)

指定されたインデクサーが検索サービスに存在するかどうかを判断します。

ExistsAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

指定されたインデクサーが検索サービスに存在するかどうかを判断します。

Get(IIndexersOperations, String, SearchRequestOptions)

インデクサー定義を取得します。 https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

GetAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

インデクサー定義を取得します。 https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

GetStatus(IIndexersOperations, String, SearchRequestOptions)

インデクサーの現在の状態と実行の履歴を返します。 https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

GetStatusAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

インデクサーの現在の状態と実行の履歴を返します。 https://docs.microsoft.com/rest/api/searchservice/Get-Indexer-Status

List(IIndexersOperations, SearchRequestOptions)

検索サービスで使用できるすべてのインデクサーを一覧表示します。 https://docs.microsoft.com/rest/api/searchservice/List-Indexers

ListAsync(IIndexersOperations, SearchRequestOptions, CancellationToken)

検索サービスで使用できるすべてのインデクサーを一覧表示します。 https://docs.microsoft.com/rest/api/searchservice/List-Indexers

Reset(IIndexersOperations, String, SearchRequestOptions)

インデクサーに関連付けられている変更追跡状態をリセットします。 https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

ResetAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

インデクサーに関連付けられている変更追跡状態をリセットします。 https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

Run(IIndexersOperations, String, SearchRequestOptions)

インデクサーをオンデマンドで実行します。 https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

RunAsync(IIndexersOperations, String, SearchRequestOptions, CancellationToken)

インデクサーをオンデマンドで実行します。 https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

適用対象