Class VpnPacketCaptureStopParameters
java.lang.Object
com.azure.resourcemanager.network.models.VpnPacketCaptureStopParameters
Stop packet capture parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VpnPacketCaptureStopParameters class. -
Method Summary
Modifier and TypeMethodDescriptionsasUrl()Get the sasUrl property: SAS url for packet capture on virtual network gateway.voidvalidate()Validates the instance.withSasUrl(String sasUrl) Set the sasUrl property: SAS url for packet capture on virtual network gateway.
-
Constructor Details
-
VpnPacketCaptureStopParameters
public VpnPacketCaptureStopParameters()Creates an instance of VpnPacketCaptureStopParameters class.
-
-
Method Details
-
sasUrl
Get the sasUrl property: SAS url for packet capture on virtual network gateway.- Returns:
- the sasUrl value.
-
withSasUrl
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.
-