Uses of Interface
com.azure.resourcemanager.eventhubs.models.EventHubAuthorizationKey
Packages that use EventHubAuthorizationKey
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of EventHubAuthorizationKey in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return EventHubAuthorizationKeyModifier and TypeMethodDescriptionAuthorizationRule.getKeys()Gets the access keys (primary, secondary) and the connection strings.AuthorizationRule.regenerateKey(KeyType keyType) Regenerates primary or secondary keys.Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type EventHubAuthorizationKeyModifier and TypeMethodDescriptionAuthorizationRule.getKeysAsync()Gets a representation of the deferred computation.AuthorizationRule.regenerateKeyAsync(KeyType keyType) Regenerates primary or secondary access keys.