JobRunList interface
List of Job Runs.
Properties
next |
Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size. NOTE: This property will not be serialized. It can only be populated by the server. |
value | NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size. NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
NOTE: This property will not be serialized. It can only be populated by the server.
value?: JobRun[]
Property Value
JobRun[]