Class DiscoveredOnvifDeviceCollection

java.lang.Object
com.azure.media.videoanalyzer.edge.models.DiscoveredOnvifDeviceCollection

public final class DiscoveredOnvifDeviceCollection extends Object
A list of ONVIF devices that were discovered in the same subnet as the IoT Edge device.
  • Constructor Details

    • DiscoveredOnvifDeviceCollection

      public DiscoveredOnvifDeviceCollection()
  • Method Details

    • getValue

      public List<DiscoveredOnvifDevice> getValue()
      Get the value property: An array of ONVIF devices that have been discovered in the same subnet as the IoT Edge device.
      Returns:
      the value value.
    • setValue

      Set the value property: An array of ONVIF devices that have been discovered in the same subnet as the IoT Edge device.
      Parameters:
      value - the value value to set.
      Returns:
      the DiscoveredOnvifDeviceCollection object itself.