次の方法で共有


IDPSQueryObject コンストラクター

定義

オーバーロード

IDPSQueryObject()

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

IDPSQueryObject(IList<FilterItems>, String, OrderBy, Nullable<Int32>, Nullable<Int32>)

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

IDPSQueryObject()

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

public IDPSQueryObject ();
Public Sub New ()

適用対象

IDPSQueryObject(IList<FilterItems>, String, OrderBy, Nullable<Int32>, Nullable<Int32>)

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

public IDPSQueryObject (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.FilterItems> filters = default, string search = default, Microsoft.Azure.Management.Network.Models.OrderBy orderBy = default, int? resultsPerPage = default, int? skip = default);
new Microsoft.Azure.Management.Network.Models.IDPSQueryObject : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.FilterItems> * string * Microsoft.Azure.Management.Network.Models.OrderBy * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Network.Models.IDPSQueryObject
Public Sub New (Optional filters As IList(Of FilterItems) = Nothing, Optional search As String = Nothing, Optional orderBy As OrderBy = Nothing, Optional resultsPerPage As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing)

パラメーター

filters
IList<FilterItems>

すべてのフィルターの名前と値を含む

search
String

すべての列の検索語句

orderBy
OrderBy

応答を並べ替える列

resultsPerPage
Nullable<Int32>

各ページで返される結果の数

skip
Nullable<Int32>

スキップするフィルターに一致するレコードの数

適用対象