ServerlessEndpointTrackedResourceArmPaginatedResult interface

A paginated list of ServerlessEndpoint entities.

Properties

nextLink

The link to the next page of ServerlessEndpoint objects. If null, there are no additional pages.

value

An array of objects of type ServerlessEndpoint.

Property Details

The link to the next page of ServerlessEndpoint objects. If null, there are no additional pages.

nextLink?: string

Property Value

string

value

An array of objects of type ServerlessEndpoint.

value?: ServerlessEndpoint[]

Property Value