Interface EventHub.UpdateStages.WithAuthorizationRule

All Known Subinterfaces:
EventHub.Update
Enclosing interface:
EventHub.UpdateStages

public static interface EventHub.UpdateStages.WithAuthorizationRule
The stage of the event hub definition allowing to add an authorization rule for accessing the event hub.
  • Method Details

    • withNewSendRule

      EventHub.Update withNewSendRule(String name)
      Specifies that a new authorization rule should be created that has send access to the event hub.
      Parameters:
      name - rule name
      Returns:
      next stage of the event hub update
    • withNewListenRule

      EventHub.Update withNewListenRule(String name)
      Specifies that a new authorization rule should be created that has listen access to the event hub.
      Parameters:
      name - rule name
      Returns:
      next stage of the event hub update
    • withNewSendAndListenRule

      EventHub.Update withNewSendAndListenRule(String name)
      Specifies that a new authorization rule should be created that has send and listen access to the event hub.
      Parameters:
      name - rule name
      Returns:
      next stage of the event hub update
    • withNewManageRule

      EventHub.Update withNewManageRule(String name)
      Specifies that a new authorization rule should be created that has manage access to the event hub.
      Parameters:
      name - rule name
      Returns:
      next stage of the event hub update
    • withoutAuthorizationRule

      EventHub.Update withoutAuthorizationRule(String ruleName)
      Specifies that an authorization rule associated with the event hub should be deleted.
      Parameters:
      ruleName - rule name
      Returns:
      next stage of the event hub update