Interface AuthorizationRule.UpdateStages.WithListen<T>
- Type Parameters:
T- the next stage of the update
- All Known Subinterfaces:
AuthorizationRule.UpdateStages.WithListenOrSendOrManage<T>,NamespaceAuthorizationRule.Update,QueueAuthorizationRule.Update,TopicAuthorizationRule.Update
- Enclosing interface:
AuthorizationRule.UpdateStages
public static interface AuthorizationRule.UpdateStages.WithListen<T>
The stage of the Service Bus authorization rule update allowing to enable listen policy.
-
Method Summary
-
Method Details
-
withListeningEnabled
T withListeningEnabled()Enables the listening.- Returns:
- the next stage of the update
-