ListVpnSiteLinksResult Class
Result of the request to list VpnSiteLinks. It contains a list of VpnSiteLinks and a URL nextLink to get the next set of results.
- Inheritance
-
ListVpnSiteLinksResult
Constructor
ListVpnSiteLinksResult(*, value: typing.Union[typing.List[_ForwardRef('VpnSiteLink')], NoneType] = None, next_link: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- value
- list[VpnSiteLink]
List of VpnSitesLinks.
- next_link
- str
URL to get the next set of operation list results if there are any.
Feedback
Submit and view feedback for