Class VpnPacketCaptureStopParameters
java.lang.Object
com.microsoft.azure.management.network.VpnPacketCaptureStopParameters
Stop packet capture parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsasUrl()
Get sAS url for packet capture on virtual network gateway.withSasUrl
(String sasUrl) Set sAS url for packet capture on virtual network gateway.
-
Constructor Details
-
VpnPacketCaptureStopParameters
public VpnPacketCaptureStopParameters()
-
-
Method Details
-
sasUrl
Get sAS url for packet capture on virtual network gateway.- Returns:
- the sasUrl value
-
withSasUrl
Set sAS url for packet capture on virtual network gateway.- Parameters:
sasUrl
- the sasUrl value to set- Returns:
- the VpnPacketCaptureStopParameters object itself.
-