SubnetListResult interface

Response for ListSubnets API service callRetrieves all subnet that belongs to a virtual network.

Properties

nextLink

The URL to get the next set of results.

value

The subnets in a virtual network.

Property Details

The URL to get the next set of results.

nextLink?: string

Property Value

string

value

The subnets in a virtual network.

value?: Subnet[]

Property Value

Subnet[]