IDPSQueryObject Class
Will describe the query to run against the IDPS signatures DB.
- Inheritance
-
azure.mgmt.network._serialization.ModelIDPSQueryObject
Constructor
IDPSQueryObject(*, filters: List[_models.FilterItems] | None = None, search: str | None = None, order_by: _models.OrderBy | None = None, results_per_page: int | None = None, skip: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
filters
|
Contain all filters names and values. |
search
|
Search term in all columns. |
order_by
|
Column to sort response by. |
results_per_page
|
The number of the results to return in each page. |
skip
|
The number of records matching the filter to skip. |
Variables
Name | Description |
---|---|
filters
|
Contain all filters names and values. |
search
|
Search term in all columns. |
order_by
|
Column to sort response by. |
results_per_page
|
The number of the results to return in each page. |
skip
|
The number of records matching the filter to skip. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python