你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
QueryResults Class
Query result.
- Inheritance
-
azure.mgmt.network._serialization.ModelQueryResults
Constructor
QueryResults(*, matching_records_count: int | None = None, signatures: List[_models.SingleQueryResult] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
matching_records_count
|
Number of total records matching the query. |
signatures
|
Array containing the results of the query. |
Variables
Name | Description |
---|---|
matching_records_count
|
Number of total records matching the query. |
signatures
|
Array containing the results of the query. |