Interface AuthorizationRule.UpdateStages
-
- Enclosing interface:
- AuthorizationRule<RuleT extends AuthorizationRule<RuleT>>
@Beta(V1_7_0) public static interface AuthorizationRule.UpdateStagesGrouping of commons authorization rule update stages shared between event hub namespace authorization rule and event hub authorization rule.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAuthorizationRule.UpdateStages.WithListen<T>The stage of the event hub namespace or event hub authorization rule update allowing to enable listen policy.static interfaceAuthorizationRule.UpdateStages.WithListenOrSendOrManage<T>The stage of the event hub namespace or event hub authorization rule update allowing to enable listen, send or manage policy.static interfaceAuthorizationRule.UpdateStages.WithManage<T>The stage of event hub namespace or event hub authorization rule update allowing to enable manage policy.static interfaceAuthorizationRule.UpdateStages.WithSend<T>The stage of the event hub namespace or event hub authorization rule update allowing to enable send policy.static interfaceAuthorizationRule.UpdateStages.WithSendOrManage<T>The stage of the event hub namespace or event hub authorization rule update allowing to enable send or manage policy.
-