Interface AuthorizationRule.DefinitionStages.WithManage<T>
- Type Parameters:
T- the next stage of the definition
- All Known Subinterfaces:
AuthorizationRule.DefinitionStages.WithListenOrSendOrManage<T>,AuthorizationRule.DefinitionStages.WithSendOrManage<T>,EventHubAuthorizationRule.Definition,EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy,EventHubNamespaceAuthorizationRule.Definition,EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy
- Enclosing interface:
- AuthorizationRule.DefinitionStages
public static interface AuthorizationRule.DefinitionStages.WithManage<T>
The stage of the event hub namespace or event hub authorization rule definition
allowing to enable manage policy.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that the rule should have management access enabled.
-
Method Details
-
withManageAccess
T withManageAccess()Specifies that the rule should have management access enabled.- Returns:
- the next stage of the definition
-