| Package | Description |
|---|---|
| com.azure.resourcemanager.eventhubs.fluent |
Package containing the service clients for EventHubManagementClient.
|
| com.azure.resourcemanager.eventhubs.fluent.models |
Package containing the inner data models for EventHubManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationRuleInner |
NamespacesClient.createOrUpdateAuthorizationRule(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Creates or updates an AuthorizationRule for a Namespace.
|
AuthorizationRuleInner |
EventHubsClient.createOrUpdateAuthorizationRule(String resourceGroupName,
String namespaceName,
String eventHubName,
String authorizationRuleName)
Creates or updates an AuthorizationRule for the specified Event Hub.
|
AuthorizationRuleInner |
NamespacesClient.getAuthorizationRule(String resourceGroupName,
String namespaceName,
String authorizationRuleName)
Gets an AuthorizationRule for a Namespace by rule name.
|
AuthorizationRuleInner |
EventHubsClient.getAuthorizationRule(String resourceGroupName,
String namespaceName,
String eventHubName,
String authorizationRuleName)
Gets an AuthorizationRule for an Event Hub by rule name.
|
AuthorizationRuleInner |
DisasterRecoveryConfigsClient.getAuthorizationRule(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName)
Gets an AuthorizationRule for a Namespace by rule name.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationRuleInner |
AuthorizationRuleInner.withRights(List<AccessRights> rights)
Set the rights property: The rights associated with the rule.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.