IWithNamespace.WithExistingNamespace Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.