Interface AuthorizationRule.DefinitionStages.WithListen<T>
-
- Type Parameters:
T- the next stage of the definition
- All Known Subinterfaces:
AuthorizationRule.DefinitionStages.WithListenOrSendOrManage<T>,EventHubAuthorizationRule.Definition,EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy,EventHubNamespaceAuthorizationRule.Definition,EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy
- Enclosing interface:
- AuthorizationRule.DefinitionStages
@Beta(V1_7_0) public static interface AuthorizationRule.DefinitionStages.WithListen<T>The stage of the event hub namespace or event hub authorization rule definition allowing to enable listen policy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TwithListenAccess()Specifies that the rule should have listening access enabled.
-
-
-
Method Detail
-
withListenAccess
@Beta(V1_7_0) T withListenAccess()
Specifies that the rule should have listening access enabled.- Returns:
- the next stage of the definition
-
-