Interface AuthorizationRule.UpdateStages.WithListen<T>

Type Parameters:
T - the next stage of the update
All Known Subinterfaces:
AuthorizationRule.UpdateStages.WithListenOrSendOrManage<T>, EventHubAuthorizationRule.Update, EventHubNamespaceAuthorizationRule.Update
Enclosing interface:
AuthorizationRule.UpdateStages

public static interface AuthorizationRule.UpdateStages.WithListen<T>
The stage of the event hub namespace or event hub authorization rule update allowing to enable listen policy.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies that the rule should have listening access enabled.
  • Method Details

    • withListenAccess

      T withListenAccess()
      Specifies that the rule should have listening access enabled.
      Returns:
      the next stage of the update