IDPSQueryObject コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
応答を並べ替える列
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET