| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.fluent |
Package containing the service clients for ServiceBusManagementClient.
|
| 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 |
DisasterRecoveryConfigsClient.listKeys(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName)
Gets the primary and secondary connection strings for the namespace.
|
AccessKeysInner |
QueuesClient.listKeys(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Primary and secondary connection strings to the queue.
|
AccessKeysInner |
TopicsClient.listKeys(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Gets the primary and secondary connection strings for the topic.
|
AccessKeysInner |
NamespacesClient.regenerateKeys(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the primary or secondary connection strings for the namespace.
|
AccessKeysInner |
QueuesClient.regenerateKeys(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the primary or secondary connection strings to the queue.
|
AccessKeysInner |
TopicsClient.regenerateKeys(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates primary or secondary connection strings for the topic.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.