LiveOutputListResult interface

The LiveOutput list result.

Properties

odataCount

The number of result.

odataNextLink

The link to the next set of results. Not empty if value contains incomplete list of live outputs.

value

The result of the List LiveOutput operation.

Property Details

odataCount

The number of result.

odataCount?: number

Property Value

number

The link to the next set of results. Not empty if value contains incomplete list of live outputs.

odataNextLink?: string

Property Value

string

value

The result of the List LiveOutput operation.

value?: LiveOutput[]

Property Value