VirtualNetworkPeeringListResult interface
Response for ListSubnets API service call. Retrieves all subnets that belong to a virtual network.
Properties
next |
The URL to get the next set of results. |
value | The peerings in a virtual network. |
Property Details
nextLink
The URL to get the next set of results.
nextLink?: string
Property Value
string
value
The peerings in a virtual network.
value?: VirtualNetworkPeering[]