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