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