| Package | Description |
|---|---|
| com.azure.resourcemanager.eventhubs.models |
Package containing the data models for EventHubManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventHubAuthorizationRule.Definition
The entirety of the event hub namespace authorization rule definition.
|
| Modifier and Type | Method and Description |
|---|---|
EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy |
EventHubAuthorizationRule.DefinitionStages.WithEventHub.withExistingEventHub(EventHub eventHub)
Specifies that authorization rule needs to be created for the given event hub.
|
EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy |
EventHubAuthorizationRule.DefinitionStages.WithEventHub.withExistingEventHub(String resourceGroupName,
String namespaceName,
String eventHubName)
Specifies that authorization rule needs to be created for the given event hub.
|
EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy |
EventHubAuthorizationRule.DefinitionStages.WithEventHub.withExistingEventHubId(String eventHubResourceId)
Specifies that authorization rule needs to be created for the given event hub.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.