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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TwithListeningEnabled()
-
-
-
Method Detail
-
withListeningEnabled
T withListeningEnabled()
- Returns:
- the next stage of the definition
-
-