| Package | Description |
|---|---|
| com.azure.resourcemanager.eventhubs.models |
Package containing the data models for EventHubManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventHub.Definition
The entirety of the event hub definition.
|
| Modifier and Type | Method and Description |
|---|---|
EventHub.DefinitionStages.WithCaptureProviderOrCreate |
EventHub.DefinitionStages.WithNamespace.withExistingNamespace(EventHubNamespace namespace)
Specifies an existing event hub namespace in which event hub needs to be created.
|
EventHub.DefinitionStages.WithCaptureProviderOrCreate |
EventHub.DefinitionStages.WithNamespace.withExistingNamespace(String resourceGroupName,
String namespaceName)
Specifies an existing event hub namespace in which event hub needs to be created.
|
EventHub.DefinitionStages.WithCaptureProviderOrCreate |
EventHub.DefinitionStages.WithNamespace.withExistingNamespaceId(String namespaceId)
Specifies id of an existing event hub namespace in which event hub needs to be created.
|
EventHub.DefinitionStages.WithCaptureProviderOrCreate |
EventHub.DefinitionStages.WithNamespace.withNewNamespace(Creatable<EventHubNamespace> namespaceCreatable)
Specifies the new namespace in which event hub needs to be created.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.