Interface TestAllRoutesResult


public interface TestAllRoutesResult
An immutable client-side representation of TestAllRoutesResult.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.iothub.fluent.models.TestAllRoutesResultInner object.
    Gets the routes property: JSON-serialized array of matched routes.
  • Method Details

    • routes

      List<MatchedRoute> routes()
      Gets the routes property: JSON-serialized array of matched routes.
      Returns:
      the routes value.
    • innerModel

      Gets the inner com.azure.resourcemanager.iothub.fluent.models.TestAllRoutesResultInner object.
      Returns:
      the inner object.