VpnConnectionPacketCaptureStopParameters Class
Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection.
- Inheritance
-
azure.mgmt.network._serialization.ModelVpnConnectionPacketCaptureStopParameters
Constructor
VpnConnectionPacketCaptureStopParameters(*, sas_url: str | None = None, link_connection_names: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
sas_url
|
SAS url for packet capture on vpn connection. |
link_connection_names
|
List of site link connection names. |
Variables
Name | Description |
---|---|
sas_url
|
SAS url for packet capture on vpn connection. |
link_connection_names
|
List of site link connection names. |
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