Package version:

Interface VirtualNetworkListResult

The response of a VirtualNetwork list operation.

interface VirtualNetworkListResult {
    nextLink?: string;
    value: VirtualNetwork[];
}

Properties

Properties

nextLink?: string

The link to the next page of items NOTE: This property will not be serialized. It can only be populated by the server.

The VirtualNetwork items on this page