| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.fluent |
Package containing the service clients for ServiceBusManagementClient.
|
| com.azure.resourcemanager.servicebus.fluent.models |
Package containing the inner data models for ServiceBusManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceListKeysInner |
NamespacesClient.listKeys(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets the primary and secondary connection strings for the namespace.
|
ResourceListKeysInner |
TopicsClient.listKeys(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Gets the primary and secondary connection strings for the topic.
|
ResourceListKeysInner |
QueuesClient.listKeys(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Primary and secondary connection strings to the queue.
|
ResourceListKeysInner |
NamespacesClient.regenerateKeys(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Regenerates the primary or secondary connection strings for the namespace.
|
ResourceListKeysInner |
TopicsClient.regenerateKeys(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Regenerates primary or secondary connection strings for the topic.
|
ResourceListKeysInner |
QueuesClient.regenerateKeys(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Regenerates the primary or secondary connection strings to the queue.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceListKeysInner |
ResourceListKeysInner.withKeyName(String keyName)
Set the keyName property: A string that describes the authorization rule.
|
ResourceListKeysInner |
ResourceListKeysInner.withPrimaryConnectionString(String primaryConnectionString)
Set the primaryConnectionString property: Primary connection string of the created namespace authorization rule.
|
ResourceListKeysInner |
ResourceListKeysInner.withPrimaryKey(String primaryKey)
Set the primaryKey property: A base64-encoded 256-bit primary key for signing and validating the SAS token.
|
ResourceListKeysInner |
ResourceListKeysInner.withSecondaryConnectionString(String secondaryConnectionString)
Set the secondaryConnectionString property: Secondary connection string of the created namespace authorization
rule.
|
ResourceListKeysInner |
ResourceListKeysInner.withSecondaryKey(String secondaryKey)
Set the secondaryKey property: A base64-encoded 256-bit primary key for signing and validating the SAS token.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.