IDPSQueryObject Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IDPSQueryObject() |
Initializes a new instance of the IDPSQueryObject class. |
IDPSQueryObject(IList<FilterItems>, String, OrderBy, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the IDPSQueryObject class. |
IDPSQueryObject()
Initializes a new instance of the IDPSQueryObject class.
public IDPSQueryObject ();
Public Sub New ()
Applies to
IDPSQueryObject(IList<FilterItems>, String, OrderBy, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the IDPSQueryObject class.
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)
Parameters
- filters
- IList<FilterItems>
Contain all filters names and values
- search
- String
Search term in all columns
- orderBy
- OrderBy
Column to sort response by
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.