| 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 |
|---|---|
SBAuthorizationRuleInner |
NamespacesClient.createOrUpdateAuthorizationRule(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Creates or updates an authorization rule for a namespace.
|
SBAuthorizationRuleInner |
QueuesClient.createOrUpdateAuthorizationRule(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Creates an authorization rule for a queue.
|
SBAuthorizationRuleInner |
TopicsClient.createOrUpdateAuthorizationRule(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Creates an authorization rule for the specified topic.
|
SBAuthorizationRuleInner |
NamespacesClient.getAuthorizationRule(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets an authorization rule for a namespace by rule name.
|
SBAuthorizationRuleInner |
DisasterRecoveryConfigsClient.getAuthorizationRule(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName)
Gets an authorization rule for a namespace by rule name.
|
SBAuthorizationRuleInner |
QueuesClient.getAuthorizationRule(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Gets an authorization rule for a queue by rule name.
|
SBAuthorizationRuleInner |
TopicsClient.getAuthorizationRule(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName)
Returns the specified authorization rule.
|
| Modifier and Type | Method and Description |
|---|---|
SBAuthorizationRuleInner |
SBAuthorizationRuleInner.withRights(List<AccessRights> rights)
Set the rights property: The rights associated with the rule.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.