Interface AuthorizationRule.UpdateStages.WithListenOrSendOrManage<T>

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

public static interface AuthorizationRule.UpdateStages.WithListenOrSendOrManage<T> extends AuthorizationRule.UpdateStages.WithListen<T>, AuthorizationRule.UpdateStages.WithSendOrManage<T>
The stage of the event hub namespace or event hub authorization rule update allowing to enable listen, send or manage policy.