Package version:

List of networks.

interface NetworkCollection {
    nextLink?: string;
    value?: Network[];
}

Properties

Properties

nextLink?: string

The value of next link.

value?: Network[]

The Networks list details.