EnvironmentContainerResourceArmPaginatedResult interface

A paginated list of EnvironmentContainer entities.

Properties

nextLink

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

value

An array of objects of type EnvironmentContainer.

Property Details

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

nextLink?: string

Property Value

string

value

An array of objects of type EnvironmentContainer.

value?: EnvironmentContainer[]

Property Value