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