Compartilhar via


ConnectionSharedKeyResultList Class

The list of shared keys for the vpn link connection. It should only contain one shared key for each vpn link connection.

Inheritance
azure.mgmt.network._serialization.Model
ConnectionSharedKeyResultList

Constructor

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

Keyword-Only Parameters

Name Description
value

List of SharedKeys.

next_link
str

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

Variables

Name Description
value

List of SharedKeys.

next_link
str

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