DetectorListResult interface
Values returned by the List operation.
Properties
next |
The URL to get the next set of results. |
value | The collection of Batch account detectors returned by the listing operation. |
Property Details
nextLink
The URL to get the next set of results.
nextLink?: string
Property Value
string
value
The collection of Batch account detectors returned by the listing operation.
value?: DetectorResponse[]