Share via


SearchRequestOptions コンストラクター

定義

オーバーロード

SearchRequestOptions()

SearchRequestOptions クラスの新しいインスタンスを初期化します。

SearchRequestOptions(Nullable<Guid>)

SearchRequestOptions クラスの新しいインスタンスを初期化します。

SearchRequestOptions()

ソース:
SearchRequestOptions.cs

SearchRequestOptions クラスの新しいインスタンスを初期化します。

public SearchRequestOptions ();
Public Sub New ()

適用対象

SearchRequestOptions(Nullable<Guid>)

ソース:
SearchRequestOptions.cs

SearchRequestOptions クラスの新しいインスタンスを初期化します。

public SearchRequestOptions (Guid? clientRequestId = default);
new Microsoft.Azure.Search.Models.SearchRequestOptions : Nullable<Guid> -> Microsoft.Azure.Search.Models.SearchRequestOptions
Public Sub New (Optional clientRequestId As Nullable(Of Guid) = Nothing)

パラメーター

clientRequestId
Nullable<Guid>

デバッグに役立つ要求と共に送信された追跡 ID。

適用対象