Partilhar via


IWithNamespace.WithExistingNamespace Método

Definição

Sobrecargas

WithExistingNamespace(IEventHubNamespace)

Especifica um namespace do hub de eventos existente no qual o hub de eventos precisa ser criado.

WithExistingNamespace(String, String)

Especifica um namespace do hub de eventos existente no qual o hub de eventos precisa ser criado.

WithExistingNamespace(IEventHubNamespace)

Especifica um namespace do hub de eventos existente no qual o hub de eventos precisa ser criado.

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

Parâmetros

ehNamespace
IEventHubNamespace

Retornos

Aplica-se a

WithExistingNamespace(String, String)

Especifica um namespace do hub de eventos existente no qual o hub de eventos precisa ser criado.

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

Parâmetros

resourceGroupName
String

Nome do grupo de recursos do namespace.

namespaceName
String

Namespace do hub de eventos.

Retornos

Aplica-se a