Share via


IWithNamespace.WithExistingNamespace Method

Definition

Overloads

WithExistingNamespace(IEventHubNamespace)

Specifies an existing event hub namespace in which event hub needs to be created.

WithExistingNamespace(String, String)

Specifies an existing event hub namespace in which event hub needs to be created.

WithExistingNamespace(IEventHubNamespace)

Specifies an existing event hub namespace in which event hub needs to be created.

public Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureProviderOrCreate WithExistingNamespace (Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace ehNamespace);
abstract member WithExistingNamespace : Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace -> Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureProviderOrCreate
Public Function WithExistingNamespace (ehNamespace As IEventHubNamespace) As IWithCaptureProviderOrCreate

Parameters

ehNamespace
IEventHubNamespace

Returns

Applies to

WithExistingNamespace(String, String)

Specifies an existing event hub namespace in which event hub needs to be created.

public Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureProviderOrCreate WithExistingNamespace (string resourceGroupName, string namespaceName);
abstract member WithExistingNamespace : string * string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureProviderOrCreate
Public Function WithExistingNamespace (resourceGroupName As String, namespaceName As String) As IWithCaptureProviderOrCreate

Parameters

resourceGroupName
String

Namespace resource group name.

namespaceName
String

Event hub namespace.

Returns

Applies to