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. |
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