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
@Beta(V1_7_0) 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
-
Methods inherited from interface com.microsoft.azure.management.eventhub.AuthorizationRule.DefinitionStages.WithListen
withListenAccess
-
Methods inherited from interface com.microsoft.azure.management.eventhub.AuthorizationRule.DefinitionStages.WithManage
withManageAccess
-
Methods inherited from interface com.microsoft.azure.management.eventhub.AuthorizationRule.DefinitionStages.WithSend
withSendAccess
-
-