Interface AuthorizationRule.DefinitionStages.WithListenOrSendOrManage<T>
- Type Parameters:
T- the next stage of the definition
- All Superinterfaces:
AuthorizationRule.DefinitionStages.WithListen<T>,AuthorizationRule.DefinitionStages.WithManage<T>,AuthorizationRule.DefinitionStages.WithSend<T>,AuthorizationRule.DefinitionStages.WithSendOrManage<T>
- All Known Subinterfaces:
EventHubAuthorizationRule.Definition,EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy,EventHubNamespaceAuthorizationRule.Definition,EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy
- Enclosing interface:
AuthorizationRule.DefinitionStages
public static interface AuthorizationRule.DefinitionStages.WithListenOrSendOrManage<T>
extends AuthorizationRule.DefinitionStages.WithListen<T>, AuthorizationRule.DefinitionStages.WithSendOrManage<T>
The stage of the event hub namespace or event hub authorization rule definition
allowing to enable listen, send or manage policy.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that the rule should have sending and listening access enabled.Methods inherited from interface com.azure.resourcemanager.eventhubs.models.AuthorizationRule.DefinitionStages.WithListen
withListenAccessMethods inherited from interface com.azure.resourcemanager.eventhubs.models.AuthorizationRule.DefinitionStages.WithManage
withManageAccessMethods inherited from interface com.azure.resourcemanager.eventhubs.models.AuthorizationRule.DefinitionStages.WithSend
withSendAccess
-
Method Details
-
withSendAndListenAccess
T withSendAndListenAccess()Specifies that the rule should have sending and listening access enabled.- Returns:
- the next stage of the definition
-