次の方法で共有


SearchServiceClientExtensions.GetServiceStatisticsAsync メソッド

定義

検索サービスのサービス レベルの統計情報を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Search.Models.ServiceStatistics> GetServiceStatisticsAsync (this Microsoft.Azure.Search.ISearchServiceClient operations, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member GetServiceStatisticsAsync : Microsoft.Azure.Search.ISearchServiceClient * Microsoft.Azure.Search.Models.SearchRequestOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Search.Models.ServiceStatistics>
<Extension()>
Public Function GetServiceStatisticsAsync (operations As ISearchServiceClient, Optional searchRequestOptions As SearchRequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ServiceStatistics)

パラメーター

operations
ISearchServiceClient

この拡張メソッドの操作グループ。

searchRequestOptions
SearchRequestOptions

操作の追加パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象