VpnConnectionPacketCaptureStartParameters Class
Vpn Connection packet capture parameters supplied to start packet capture on gateway connection.
- Inheritance
-
azure.mgmt.network._serialization.ModelVpnConnectionPacketCaptureStartParameters
Constructor
VpnConnectionPacketCaptureStartParameters(*, filter_data: str | None = None, link_connection_names: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
filter_data
|
Start Packet capture parameters on vpn connection. |
link_connection_names
|
List of site link connection names. |
Variables
Name | Description |
---|---|
filter_data
|
Start Packet capture parameters on vpn connection. |
link_connection_names
|
List of site link connection names. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python