次の方法で共有


EventHubV2OutputDataSource クラス

定義

Event Hub の出力データ ソースについて説明します。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.EventHub/EventHub")]
public class EventHubV2OutputDataSource : Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.EventHub/EventHub")>]
type EventHubV2OutputDataSource = class
    inherit OutputDataSource
Public Class EventHubV2OutputDataSource
Inherits OutputDataSource
継承
EventHubV2OutputDataSource
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

コンストラクター

EventHubV2OutputDataSource()

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

EventHubV2OutputDataSource(String, String, String, String, String, String, IList<String>)

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

プロパティ

AuthenticationMode

認証モードを取得または設定します。 使用できる値は、'Msi'、'UserToken'、'ConnectionString' です。

EventHubName

イベント ハブの名前を取得または設定します。 PUT (CreateOrReplace) 要求で必須。

PartitionKey

イベント データを送信するパーティションを決定するために使用されるキー/列を取得または設定します。

PropertyColumns

この Event Hub 出力に関連付けられているプロパティを取得または設定します。

ServiceBusNamespace

目的のイベント ハブ、Service Bus キュー、Service Bus トピックなどに関連付けられている名前空間を取得または設定します。PUT (CreateOrReplace) 要求で必須。

SharedAccessPolicyKey

指定した共有アクセス ポリシーの共有アクセス ポリシー キーを取得または設定します。 PUT (CreateOrReplace) 要求で必須。

SharedAccessPolicyName

Event Hub、Service Bus キュー、Service Bus トピックなどの共有アクセス ポリシー名を取得または設定します。PUT (CreateOrReplace) 要求で必須。

適用対象