ApiListResult interface

The response of a Api list operation.

Properties

nextLink

The link to the next page of items NOTE: This property will not be serialized. It can only be populated by the server.

value

The Api items on this page NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

The link to the next page of items NOTE: This property will not be serialized. It can only be populated by the server.

nextLink?: string

Property Value

string

value

The Api items on this page NOTE: This property will not be serialized. It can only be populated by the server.

value: Api[]

Property Value

Api[]