Condividi tramite


IWithNamespace.WithExistingNamespaceId(String) Method

Definition

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

public Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureProviderOrCreate WithExistingNamespaceId (string namespaceId);
abstract member WithExistingNamespaceId : string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureProviderOrCreate
Public Function WithExistingNamespaceId (namespaceId As String) As IWithCaptureProviderOrCreate

Parameters

namespaceId
String

Event hub namespace resource id.

Returns

Applies to