Compartilhar via


IDPSQueryObject Construtores

Definição

Sobrecargas

IDPSQueryObject()

Inicializa uma nova instância da classe IDPSQueryObject.

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

Inicializa uma nova instância da classe IDPSQueryObject.

IDPSQueryObject()

Inicializa uma nova instância da classe IDPSQueryObject.

public IDPSQueryObject ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe 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)

Parâmetros

filters
IList<FilterItems>

Conter todos os nomes e valores de filtros

search
String

Termo de pesquisa em todas as colunas

orderBy
OrderBy

Coluna para classificar a resposta por

resultsPerPage
Nullable<Int32>

O número dos resultados a serem retornados em cada página

skip
Nullable<Int32>

O número de registros que correspondem ao filtro para ignorar

Aplica-se a