Class IotHubPropertiesDeviceStreams

java.lang.Object
com.azure.resourcemanager.iothub.models.IotHubPropertiesDeviceStreams

public final class IotHubPropertiesDeviceStreams extends Object
The device streams properties of iothub.
  • Constructor Details

    • IotHubPropertiesDeviceStreams

      public IotHubPropertiesDeviceStreams()
  • Method Details

    • streamingEndpoints

      public List<String> streamingEndpoints()
      Get the streamingEndpoints property: List of Device Streams Endpoints.
      Returns:
      the streamingEndpoints value.
    • withStreamingEndpoints

      public IotHubPropertiesDeviceStreams withStreamingEndpoints(List<String> streamingEndpoints)
      Set the streamingEndpoints property: List of Device Streams Endpoints.
      Parameters:
      streamingEndpoints - the streamingEndpoints value to set.
      Returns:
      the IotHubPropertiesDeviceStreams object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.