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