Compartilhar via


ListP2SVpnGatewaysResult Class

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

Inheritance
azure.mgmt.network._serialization.Model
ListP2SVpnGatewaysResult

Constructor

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

Keyword-Only Parameters

Name Description
value

List of P2SVpnGateways.

next_link
str

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

Variables

Name Description
value

List of P2SVpnGateways.

next_link
str

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