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