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.
|