JobStreamListResult interface

The response model for the list job stream operation.

Properties

nextLink

Gets or sets the next link.

value

A list of job streams.

Property Details

Gets or sets the next link.

nextLink?: string

Property Value

string

value

A list of job streams.

value?: JobStream[]

Property Value