次の方法で共有


IWithNamespace.WithExistingNamespace メソッド

定義

オーバーロード

WithExistingNamespace(IEventHubNamespace)

イベント ハブを作成する必要がある既存のイベント ハブ名前空間を指定します。

WithExistingNamespace(String, String)

イベント ハブを作成する必要がある既存のイベント ハブ名前空間を指定します。

WithExistingNamespace(IEventHubNamespace)

イベント ハブを作成する必要がある既存のイベント ハブ名前空間を指定します。

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

パラメーター

ehNamespace
IEventHubNamespace

戻り値

適用対象

WithExistingNamespace(String, String)

イベント ハブを作成する必要がある既存のイベント ハブ名前空間を指定します。

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

パラメーター

resourceGroupName
String

名前空間リソース グループ名。

namespaceName
String

イベント ハブの名前空間。

戻り値

適用対象