NetworkInterfaceListResult Class

Response for the ListNetworkInterface API service call.

Inheritance
NetworkInterfaceListResult

Constructor

NetworkInterfaceListResult(*, value: typing.Union[typing.List[_ForwardRef('NetworkInterface')], NoneType] = None, next_link: typing.Union[str, NoneType] = None, **kwargs)

Parameters

value
list[NetworkInterface]

A list of network interfaces in a resource group.

next_link
str

The URL to get the next set of results.