Class IotHubDescriptionListResult


  • public final class IotHubDescriptionListResult
    extends Object
    The JSON-serialized array of IotHubDescription objects with a next link.
    • Constructor Detail

      • IotHubDescriptionListResult

        public IotHubDescriptionListResult()
    • Method Detail

      • value

        public List<IotHubDescriptionInner> value()
        Get the value property: The array of IotHubDescription objects.
        Returns:
        the value value.
      • nextLink

        public String nextLink()
        Get the nextLink property: The next link.
        Returns:
        the nextLink value.
      • validate

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