Class PrivateLinkResourcesInner


  • public final class PrivateLinkResourcesInner
    extends Object
    The available private link resources for an IotHub.
    • Constructor Detail

      • PrivateLinkResourcesInner

        public PrivateLinkResourcesInner()
    • Method Detail

      • value

        public List<GroupIdInformationInner> value()
        Get the value property: The list of available private link resources for an IotHub.
        Returns:
        the value value.
      • withValue

        public PrivateLinkResourcesInner withValue​(List<GroupIdInformationInner> value)
        Set the value property: The list of available private link resources for an IotHub.
        Parameters:
        value - the value value to set.
        Returns:
        the PrivateLinkResourcesInner object itself.
      • validate

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