Interface EventHub.DefinitionStages.WithAuthorizationRule

All Known Subinterfaces:
EventHub.Definition, EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate, EventHub.DefinitionStages.WithCaptureProviderOrCreate, EventHub.DefinitionStages.WithCreate
Enclosing interface:
EventHub.DefinitionStages

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

    • withNewSendRule

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

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

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

      EventHub.DefinitionStages.WithCreate withNewManageRule(String ruleName)
      Specifies that a new authorization rule should be created that has manage access to the event hub.
      Parameters:
      ruleName - rule name
      Returns:
      next stage of the event hub definition