AnalysisResultListResult Class

A list of Analysis Results. It will only contain one element as all the data will be nested in a singleton object.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
AnalysisResultListResult

Constructor

AnalysisResultListResult(*, value: Optional[List[azure.mgmt.testbase.models._models_py3.AnalysisResultSingletonResource]] = None, **kwargs)

Parameters

value
list[<xref:test_base.models.AnalysisResultSingletonResource>]
Required

The list of Analysis Results.

Variables

next_link
str

Link to the next set of results. Not empty if value contains incomplete list of results.