Interface EventHub.DefinitionStages.WithNamespace

    • Method Detail

      • withNewNamespace

        @Beta(V1_7_0)
        EventHub.DefinitionStages.WithCaptureProviderOrCreate withNewNamespace​(com.microsoft.azure.management.resources.fluentcore.model.Creatable<EventHubNamespace> namespaceCreatable)
        Specifies the new namespace in which event hub needs to be created.
        Parameters:
        namespaceCreatable - namespace creatable definition
        Returns:
        next stage of the event hub definition
      • withExistingNamespace

        @Beta(V1_7_0)
        EventHub.DefinitionStages.WithCaptureProviderOrCreate withExistingNamespace​(String resourceGroupName,
                                                                                    String namespaceName)
        Specifies an existing event hub namespace in which event hub needs to be created.
        Parameters:
        resourceGroupName - namespace resource group name
        namespaceName - event hub namespace
        Returns:
        next stage of the event hub definition
      • withExistingNamespaceId

        @Beta(V1_7_0)
        EventHub.DefinitionStages.WithCaptureProviderOrCreate withExistingNamespaceId​(String namespaceId)
        Specifies id of an existing event hub namespace in which event hub needs to be created.
        Parameters:
        namespaceId - event hub namespace resource id
        Returns:
        next stage of the event hub definition