Uses of Interface
com.microsoft.azure.management.eventhub.EventHubAuthorizationKey
-
-
Uses of EventHubAuthorizationKey in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub that return EventHubAuthorizationKey Modifier and Type Method Description EventHubAuthorizationKeyAuthorizationRule. getKeys()EventHubAuthorizationKeyAuthorizationRule. regenerateKey(KeyType keyType)Regenerates primary or secondary keys.Methods in com.microsoft.azure.management.eventhub that return types with arguments of type EventHubAuthorizationKey Modifier and Type Method Description rx.Observable<EventHubAuthorizationKey>AuthorizationRule. getKeysAsync()rx.Observable<EventHubAuthorizationKey>AuthorizationRule. regenerateKeyAsync(KeyType keyType)Regenerates primary or secondary access keys.
-