Interface EventHub.DefinitionStages.WithAuthorizationRule

    • Method Detail

      • withNewSendRule

        @Beta(V1_7_0)
        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

        @Beta(V1_7_0)
        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
      • withNewManageRule

        @Beta(V1_7_0)
        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