次の方法で共有


RoutingEventHubProperties.AuthenticationType プロパティ

定義

イベント ハブ エンドポイントに対する認証に使用されるメソッドを取得または設定します。 使用できる値は、'keyBased'、'identityBased' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象