OperationList interface

Paged list of operation resources

Properties

count

Total item count.

nextLink

The Url of next result page.

value

Collection of items of type results.

Property Details

count

Total item count.

count?: number

Property Value

number

The Url of next result page.

nextLink?: string

Property Value

string

value

Collection of items of type results.

value: Operation[]

Property Value