Interface AuthorizationRule.UpdateStages.WithSendOrManage<T>
-
- Type Parameters:
T- the next stage of the update
- All Superinterfaces:
AuthorizationRule.UpdateStages.WithManage<T>,AuthorizationRule.UpdateStages.WithSend<T>
- All Known Subinterfaces:
AuthorizationRule.UpdateStages.WithListenOrSendOrManage<T>,EventHubAuthorizationRule.Update,EventHubNamespaceAuthorizationRule.Update
- Enclosing interface:
- AuthorizationRule.UpdateStages
@Beta(V1_7_0) public static interface AuthorizationRule.UpdateStages.WithSendOrManage<T> extends AuthorizationRule.UpdateStages.WithSend<T>, AuthorizationRule.UpdateStages.WithManage<T>
The stage of the event hub namespace or event hub authorization rule update allowing to enable send or manage policy.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.eventhub.AuthorizationRule.UpdateStages.WithManage
withManageAccess
-
Methods inherited from interface com.microsoft.azure.management.eventhub.AuthorizationRule.UpdateStages.WithSend
withSendAccess
-
-