Uses of Interface
com.microsoft.azure.management.eventhub.EventHubAuthorizationKey
Packages that use EventHubAuthorizationKey
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of EventHubAuthorizationKey in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub that return EventHubAuthorizationKeyModifier and TypeMethodDescriptionAuthorizationRule.getKeys()
AuthorizationRule.regenerateKey
(KeyType keyType) Regenerates primary or secondary keys.Methods in com.microsoft.azure.management.eventhub that return types with arguments of type EventHubAuthorizationKeyModifier and TypeMethodDescriptionrx.Observable<EventHubAuthorizationKey>
AuthorizationRule.getKeysAsync()
rx.Observable<EventHubAuthorizationKey>
AuthorizationRule.regenerateKeyAsync
(KeyType keyType) Regenerates primary or secondary access keys.