你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDPSQueryObject Class

Will describe the query to run against the IDPS signatures DB.

Inheritance
azure.mgmt.network._serialization.Model
IDPSQueryObject

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
str

Search term in all columns.

order_by

Column to sort response by.

results_per_page
int

The number of the results to return in each page.

skip
int

The number of records matching the filter to skip.

Variables

Name Description
filters

Contain all filters names and values.

search
str

Search term in all columns.

order_by

Column to sort response by.

results_per_page
int

The number of the results to return in each page.

skip
int

The number of records matching the filter to skip.