| 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(com.microsoft.azure.management.resources.fluentcore.model.Creatable<EventHubNamespace> namespaceCreatable)
Specifies the new namespace in which event hub needs to be created.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/