VirtualNetworkPeeringListResult interface

Response for ListSubnets API service call. Retrieves all subnets that belong to a virtual network.

Properties

nextLink

The URL to get the next set of results.

value

The peerings in a virtual network.

Property Details

The URL to get the next set of results.

nextLink?: string

Property Value

string

value

The peerings in a virtual network.

value?: VirtualNetworkPeering[]

Property Value