ConnectionMonitorTestListResult interface

The paginated list of [T].

Properties

nextLink

The link to fetch the next page of [T].

value

The list of [T].

Property Details

The link to fetch the next page of [T].

nextLink?: string

Property Value

string

value

The list of [T].

value?: ConnectionMonitorTest[]

Property Value