Class VpnPacketCaptureStopParameters

java.lang.Object
com.microsoft.azure.management.network.VpnPacketCaptureStopParameters

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

    • VpnPacketCaptureStopParameters

      public VpnPacketCaptureStopParameters()
  • Method Details

    • sasUrl

      public String sasUrl()
      Get sAS url for packet capture on virtual network gateway.
      Returns:
      the sasUrl value
    • withSasUrl

      public VpnPacketCaptureStopParameters withSasUrl(String sasUrl)
      Set sAS url for packet capture on virtual network gateway.
      Parameters:
      sasUrl - the sasUrl value to set
      Returns:
      the VpnPacketCaptureStopParameters object itself.