ListVpnSiteLinkConnectionsResult 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
ListVpnSiteLinkConnectionsResult

Constructor

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

Parameters

value
list[VpnSiteLinkConnection]

List of VpnSiteLinkConnections.

next_link
str

URL to get the next set of operation list results if there are any.