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.ModelConnectionSharedKeyResultList
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
|
URL to get the next set of operation list results if there are any. |
Variables
Name | Description |
---|---|
value
|
List of SharedKeys. |
next_link
|
URL to get the next set of operation list results if there are any. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python