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
nextLink
The link to fetch the next page of [T].
nextLink?: string
Property Value
value
The list of [T].
value?: ConnectionMonitorTest[]
Property Value