OrganizationResourceListResult interface

The response of a list operation.

Properties

nextLink

Link to the next set of results, if any.

value

Result of a list operation.

Property Details

Link to the next set of results, if any.

nextLink?: string

Property Value

string

value

Result of a list operation.

value?: OrganizationResource[]

Property Value