RoutingEventHubProperties interface
イベント ハブ エンドポイントに関連するプロパティ。
プロパティ
| authentication |
イベント ハブ エンドポイントに対する認証に使用されるメソッド |
| connection |
イベント ハブ エンドポイントの接続文字列。 |
| endpoint |
イベント ハブ エンドポイントの URL。 プロトコル sb:// を含める必要があります |
| entity |
イベント ハブ名前空間のイベント ハブ名 |
| id | イベント ハブ エンドポイントの ID |
| identity | ルーティング イベント ハブ エンドポイントのマネージド ID プロパティ。 |
| name | このエンドポイントを識別する名前。 名前には英数字、ピリオド、アンダースコア、ハイフンのみを含めることができます。最大長は 64 文字です。 予約されている名前は、イベント、fileNotifications、$defaultです。 エンドポイント名は、エンドポイントの種類間で一意である必要があります。 |
| resource |
イベント ハブ エンドポイントのリソース グループの名前。 |
| subscription |
イベント ハブ エンドポイントのサブスクリプション識別子。 |
プロパティの詳細
authenticationType
イベント ハブ エンドポイントに対する認証に使用されるメソッド
authenticationType?: string
プロパティ値
string
connectionString
イベント ハブ エンドポイントの接続文字列。
connectionString?: string
プロパティ値
string
endpointUri
イベント ハブ エンドポイントの URL。 プロトコル sb:// を含める必要があります
endpointUri?: string
プロパティ値
string
entityPath
イベント ハブ名前空間のイベント ハブ名
entityPath?: string
プロパティ値
string
id
イベント ハブ エンドポイントの ID
id?: string
プロパティ値
string
identity
name
このエンドポイントを識別する名前。 名前には英数字、ピリオド、アンダースコア、ハイフンのみを含めることができます。最大長は 64 文字です。 予約されている名前は、イベント、fileNotifications、$defaultです。 エンドポイント名は、エンドポイントの種類間で一意である必要があります。
name: string
プロパティ値
string
resourceGroup
イベント ハブ エンドポイントのリソース グループの名前。
resourceGroup?: string
プロパティ値
string
subscriptionId
イベント ハブ エンドポイントのサブスクリプション識別子。
subscriptionId?: string
プロパティ値
string