Class VpnGatewayPacketCaptureStopParameters

java.lang.Object
com.azure.resourcemanager.network.models.VpnGatewayPacketCaptureStopParameters

public final class VpnGatewayPacketCaptureStopParameters extends Object
Stop packet capture parameters.
  • Constructor Details

    • VpnGatewayPacketCaptureStopParameters

      public VpnGatewayPacketCaptureStopParameters()
      Creates an instance of VpnGatewayPacketCaptureStopParameters class.
  • Method Details

    • 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.