Interface AuthorizationRule.UpdateStages.WithManage<T>
-
- Type Parameters:
T- the next stage of the update
- All Known Subinterfaces:
AuthorizationRule.UpdateStages.WithListenOrSendOrManage<T>,AuthorizationRule.UpdateStages.WithSendOrManage<T>,EventHubAuthorizationRule.Update,EventHubNamespaceAuthorizationRule.Update
- Enclosing interface:
- AuthorizationRule.UpdateStages
@Beta(V1_7_0) public static interface AuthorizationRule.UpdateStages.WithManage<T>The stage of event hub namespace or event hub authorization rule update allowing to enable manage policy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TwithManageAccess()Specifies that the rule should have sending access enabled.
-
-
-
Method Detail
-
withManageAccess
@Beta(V1_7_0) T withManageAccess()
Specifies that the rule should have sending access enabled.- Returns:
- the next stage of the update
-
-