NetworkMappingCollection interface

List of network mappings. As with NetworkMapping, it should be possible to reuse a prev version of this class. It doesn't seem likely this class could be anything more than a slightly bespoke collection of NetworkMapping. Hence it makes sense to override Load with Base.NetworkMapping instead of existing CurrentVersion.NetworkMapping.

Properties

nextLink

The value of next link.

value

The Network Mappings list.

Property Details

The value of next link.

nextLink?: string

Property Value

string

value

The Network Mappings list.

value?: NetworkMapping[]

Property Value