| Package | Description |
|---|---|
| com.azure.resourcemanager.eventhubs.fluent |
Package containing the service clients for EventHubManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AccessKeysInner |
NamespacesClient.listKeys(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets the primary and secondary connection strings for the Namespace.
|
AccessKeysInner |
EventHubsClient.listKeys(String resourceGroupName,
String namespaceName,
String eventHubName,
String authorizationRuleName)
Gets the ACS and SAS connection strings for the Event Hub.
|
AccessKeysInner |
DisasterRecoveryConfigsClient.listKeys(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName)
Gets the primary and secondary connection strings for the Namespace.
|
AccessKeysInner |
NamespacesClient.regenerateKeys(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the primary or secondary connection strings for the specified Namespace.
|
AccessKeysInner |
EventHubsClient.regenerateKeys(String resourceGroupName,
String namespaceName,
String eventHubName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the ACS and SAS connection strings for the Event Hub.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.