Class MatchedRoute

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

public final class MatchedRoute extends Object
Routes that matched.
  • Constructor Details

    • MatchedRoute

      public MatchedRoute()
  • Method Details

    • properties

      public RouteProperties properties()
      Get the properties property: Properties of routes that matched.
      Returns:
      the properties value.
    • withProperties

      public MatchedRoute withProperties(RouteProperties properties)
      Set the properties property: Properties of routes that matched.
      Parameters:
      properties - the properties value to set.
      Returns:
      the MatchedRoute object itself.
    • validate

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