NetworkProfileListResult Class

Response for ListNetworkProfiles API service call.

Inheritance
NetworkProfileListResult

Constructor

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

Parameters

value
list[NetworkProfile]

A list of network profiles that exist in a resource group.

next_link
str

The URL to get the next set of results.