Class VpnPacketCaptureStopParameters
- java.lang.Object
-
- com.azure.resourcemanager.network.models.VpnPacketCaptureStopParameters
-
public final class VpnPacketCaptureStopParameters extends Object
Stop packet capture parameters.
-
-
Constructor Summary
Constructors Constructor Description VpnPacketCaptureStopParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringsasUrl()Get the sasUrl property: SAS url for packet capture on virtual network gateway.voidvalidate()Validates the instance.VpnPacketCaptureStopParameterswithSasUrl(String sasUrl)Set the sasUrl property: SAS url for packet capture on virtual network gateway.
-
-
-
Method Detail
-
sasUrl
public String sasUrl()
Get the sasUrl property: SAS url for packet capture on virtual network gateway.- Returns:
- the sasUrl value.
-
withSasUrl
public VpnPacketCaptureStopParameters withSasUrl(String sasUrl)
Set the sasUrl property: SAS url for packet capture on virtual network gateway.- Parameters:
sasUrl- the sasUrl value to set.- Returns:
- the VpnPacketCaptureStopParameters object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-