Package version:

List of logical networks.

interface LogicalNetworkCollection {
    nextLink?: string;
    value?: LogicalNetwork[];
}

Properties

Properties

nextLink?: string

The value of next link.

value?: LogicalNetwork[]

The Logical Networks list details.