ServiceGroupCollectionResponse interface

Response holding an array of service groups and a nextLink that supports pagination

Properties

nextLink

The link to the next page of items

value

The ServiceGroup items on this page

Property Details

The link to the next page of items

nextLink?: string

Property Value

string

value

The ServiceGroup items on this page

value: ServiceGroup[]

Property Value