次の方法で共有


SelfHostedIntegrationRuntimeStatus.InternalChannelEncryption プロパティ

定義

ノードとノードの通信チャネルの暗号化モードを設定するために使用されます (2 つ以上のセルフホステッド統合ランタイム ノードが存在する場合)。 指定できる値は、'NotSet'、'SslEncrypted'、'NotEncrypted' です。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.internalChannelEncryption")]
public string InternalChannelEncryption { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.internalChannelEncryption")>]
member this.InternalChannelEncryption : string
Public ReadOnly Property InternalChannelEncryption As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象