Package | Description |
---|---|
com.microsoft.azure.management.eventhub |
This package contains the classes for EventHubManagementClient.
|
Modifier and Type | Method and Description |
---|---|
EventHub |
EventHubs.getByName(String resourceGroupName,
String namespaceName,
String name)
Gets an event hub in a namespace under a resource group.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<EventHub> |
EventHubs.getByNameAsync(String resourceGroupName,
String namespaceName,
String name)
Gets an event hub in a namespace under a resource group.
|
PagedList<EventHub> |
EventHubs.listByNamespace(String resourceGroupName,
String namespaceName)
Lists the event hubs in a namespace under a resource group.
|
rx.Observable<EventHub> |
EventHubs.listByNamespaceAsync(String resourceGroupName,
String namespaceName)
Lists the event hubs in a namespace under a resource group.
|
PagedList<EventHub> |
EventHubNamespace.listEventHubs() |
rx.Observable<EventHub> |
EventHubNamespace.listEventHubsAsync() |
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.
|
EventHubConsumerGroup.DefinitionStages.WithCreate |
EventHubConsumerGroup.DefinitionStages.WithEventHub.withExistingEventHub(EventHub eventHub)
Specifies the event hub for which consumer group needs to be created.
|
Copyright © 2019. All rights reserved.