次の方法で共有


EventHubOutputDataSource.EventHubName プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.eventHubName")]
public string EventHubName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.eventHubName")>]
member this.EventHubName : string with get, set
Public Property EventHubName As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象