SearchServiceClientExtensions.GetServiceStatistics メソッド

定義

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

public static Microsoft.Azure.Search.Models.ServiceStatistics GetServiceStatistics (this Microsoft.Azure.Search.ISearchServiceClient operations, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default);
static member GetServiceStatistics : Microsoft.Azure.Search.ISearchServiceClient * Microsoft.Azure.Search.Models.SearchRequestOptions -> Microsoft.Azure.Search.Models.ServiceStatistics
<Extension()>
Public Function GetServiceStatistics (operations As ISearchServiceClient, Optional searchRequestOptions As SearchRequestOptions = Nothing) As ServiceStatistics

パラメーター

operations
ISearchServiceClient

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

searchRequestOptions
SearchRequestOptions

操作の追加パラメーター

戻り値

適用対象