QueryResults Class

Query result.

Inheritance
azure.mgmt.network._serialization.Model
QueryResults

Constructor

QueryResults(*, matching_records_count: int | None = None, signatures: List[_models.SingleQueryResult] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
matching_records_count
int

Number of total records matching the query.

signatures

Array containing the results of the query.

Variables

Name Description
matching_records_count
int

Number of total records matching the query.

signatures

Array containing the results of the query.