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