P2SVpnConnectionRequest Class
List of p2s vpn connections to be disconnected.
- Inheritance
-
azure.mgmt.network._serialization.ModelP2SVpnConnectionRequest
Constructor
P2SVpnConnectionRequest(*, vpn_connection_ids: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
vpn_connection_ids
|
List of p2s vpn connection Ids. |
Variables
Name | Description |
---|---|
vpn_connection_ids
|
List of p2s vpn connection Ids. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python