Compartilhar via


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
azure.mgmt.network._serialization.Model
ListVpnConnectionsResult

Constructor

ListVpnConnectionsResult(*, value: List[_models.VpnConnection] | None = None, next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

List of Vpn Connections.

next_link
str

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

Variables

Name Description
value

List of Vpn Connections.

next_link
str

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