Class EventHubConsumerGroupName

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

public final class EventHubConsumerGroupName extends Object
The EventHub consumer group name.
  • Constructor Details

    • EventHubConsumerGroupName

      public EventHubConsumerGroupName()
  • Method Details

    • name

      public String name()
      Get the name property: EventHub consumer group name.
      Returns:
      the name value.
    • withName

      public EventHubConsumerGroupName withName(String name)
      Set the name property: EventHub consumer group name.
      Parameters:
      name - the name value to set.
      Returns:
      the EventHubConsumerGroupName object itself.
    • validate

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