IDPSQueryObject Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Aplica-se a
Azure SDK for .NET