ListVpnServerConfigurationsResult Class

Result of the request to list all VpnServerConfigurations. It contains a list of VpnServerConfigurations and a URL nextLink to get the next set of results.

Inheritance
ListVpnServerConfigurationsResult

Constructor

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

Parameters

value
list[VpnServerConfiguration]

List of VpnServerConfigurations.

next_link
str

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