次の方法で共有


RoutingEventHubProperties コンストラクター

定義

オーバーロード

RoutingEventHubProperties()

RoutingEventHubProperties クラスの新しいインスタンスを初期化します。

RoutingEventHubProperties(String, String, String, String, String, String, ManagedIdentity, String, String)

RoutingEventHubProperties クラスの新しいインスタンスを初期化します。

RoutingEventHubProperties()

RoutingEventHubProperties クラスの新しいインスタンスを初期化します。

public RoutingEventHubProperties ();
Public Sub New ()

適用対象

RoutingEventHubProperties(String, String, String, String, String, String, ManagedIdentity, String, String)

RoutingEventHubProperties クラスの新しいインスタンスを初期化します。

public RoutingEventHubProperties (string name, string id = default, string connectionString = default, string endpointUri = default, string entityPath = default, string authenticationType = default, Microsoft.Azure.Management.IotHub.Models.ManagedIdentity identity = default, string subscriptionId = default, string resourceGroup = default);
new Microsoft.Azure.Management.IotHub.Models.RoutingEventHubProperties : string * string * string * string * string * string * Microsoft.Azure.Management.IotHub.Models.ManagedIdentity * string * string -> Microsoft.Azure.Management.IotHub.Models.RoutingEventHubProperties
Public Sub New (name As String, Optional id As String = Nothing, Optional connectionString As String = Nothing, Optional endpointUri As String = Nothing, Optional entityPath As String = Nothing, Optional authenticationType As String = Nothing, Optional identity As ManagedIdentity = Nothing, Optional subscriptionId As String = Nothing, Optional resourceGroup As String = Nothing)

パラメーター

name
String

このエンドポイントを識別する名前。 名前には英数字、ピリオド、アンダースコア、ハイフンのみを含めることができます。最大長は 64 文字です。 予約されている名前は、イベント、fileNotifications、$defaultです。 エンドポイント名は、エンドポイントの種類間で一意である必要があります。

id
String

イベント ハブ エンドポイントの ID

connectionString
String

イベント ハブ エンドポイントの接続文字列。

endpointUri
String

イベント ハブ エンドポイントの URL。 プロトコル sb:// を含める必要があります

entityPath
String

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

authenticationType
String

イベント ハブ エンドポイントに対する認証に使用されるメソッド。 使用できる値は、'keyBased'、'identityBased' です。

identity
ManagedIdentity

ルーティング イベント ハブ エンドポイントのマネージド ID プロパティ。

subscriptionId
String

イベント ハブ エンドポイントのサブスクリプション識別子。

resourceGroup
String

イベント ハブ エンドポイントのリソース グループの名前。

適用対象