Dela via


OperationCollection interface

Warning

This API is now deprecated.

Paged Operation list representation.

Properties

count

Total record count number across all pages.

nextLink

Next page link if any. NOTE: This property will not be serialized. It can only be populated by the server.

value

Page values. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

count

Warning

This API is now deprecated.

Total record count number across all pages.

count?: number

Property Value

number

Warning

This API is now deprecated.

Next page link if any. NOTE: This property will not be serialized. It can only be populated by the server.

nextLink?: string

Property Value

string

value

Warning

This API is now deprecated.

Page values. NOTE: This property will not be serialized. It can only be populated by the server.

value?: OperationContract[]

Property Value