ContainerGroupListResult interface

The container group list response that contains the container group properties.

Properties

nextLink

The URI to fetch the next page of container groups.

value

The list of container groups.

Property Details

The URI to fetch the next page of container groups.

nextLink?: string

Property Value

string

value

The list of container groups.

value?: ContainerGroup[]

Property Value