@Beta(value=V1_7_0)
public static interface EventHub.DefinitionStages.WithNamespace
Modifier and Type | Method and Description |
---|---|
EventHub.DefinitionStages.WithCaptureProviderOrCreate |
withExistingNamespace(EventHubNamespace namespace)
Specifies an existing event hub namespace in which event hub needs to be created.
|
EventHub.DefinitionStages.WithCaptureProviderOrCreate |
withExistingNamespace(String resourceGroupName,
String namespaceName)
Specifies an existing event hub namespace in which event hub needs to be created.
|
EventHub.DefinitionStages.WithCaptureProviderOrCreate |
withExistingNamespaceId(String namespaceId)
Specifies id of an existing event hub namespace in which event hub needs to be created.
|
EventHub.DefinitionStages.WithCaptureProviderOrCreate |
withNewNamespace(Creatable<EventHubNamespace> namespaceCreatable)
Specifies the new namespace in which event hub needs to be created.
|
@Beta(value=V1_7_0) EventHub.DefinitionStages.WithCaptureProviderOrCreate withNewNamespace(Creatable<EventHubNamespace> namespaceCreatable)
namespaceCreatable
- namespace creatable definition@Beta(value=V1_7_0) EventHub.DefinitionStages.WithCaptureProviderOrCreate withExistingNamespace(EventHubNamespace namespace)
namespace
- event hub namespace@Beta(value=V1_7_0) EventHub.DefinitionStages.WithCaptureProviderOrCreate withExistingNamespace(String resourceGroupName, String namespaceName)
resourceGroupName
- namespace resource group namenamespaceName
- event hub namespace@Beta(value=V1_7_0) EventHub.DefinitionStages.WithCaptureProviderOrCreate withExistingNamespaceId(String namespaceId)
namespaceId
- event hub namespace resource idCopyright © 2019. All rights reserved.