ListVpnConnectionsResult Class
Result of the request to list all vpn connections to a virtual wan vpn gateway. It contains a list of Vpn Connections and a URL nextLink to get the next set of results.
- Inheritance
-
ListVpnConnectionsResult
Constructor
ListVpnConnectionsResult(*, value: typing.Union[typing.List[_ForwardRef('VpnConnection')], NoneType] = None, next_link: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- value
- list[VpnConnection]
List of Vpn Connections.
- next_link
- str
URL to get the next set of operation list results if there are any.
Feedback
Submit and view feedback for