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:
NamespaceAuthorizationRule.Update, QueueAuthorizationRule.Update, TopicAuthorizationRule.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 Service Bus authorization rule update allowing to enable listen, send or manage policy.
-
Method Summary
Methods inherited from interface AuthorizationRule.UpdateStages.WithListen
withListeningEnabledMethods inherited from interface AuthorizationRule.UpdateStages.WithManage
withManagementEnabledMethods inherited from interface AuthorizationRule.UpdateStages.WithSend
withSendingEnabled