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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python