次の方法で共有


IntegrationRuntimeInternalChannelEncryptionMode 構造体

定義

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

public readonly struct IntegrationRuntimeInternalChannelEncryptionMode : IEquatable<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeInternalChannelEncryptionMode>
type IntegrationRuntimeInternalChannelEncryptionMode = struct
Public Structure IntegrationRuntimeInternalChannelEncryptionMode
Implements IEquatable(Of IntegrationRuntimeInternalChannelEncryptionMode)
継承
IntegrationRuntimeInternalChannelEncryptionMode
実装

コンストラクター

IntegrationRuntimeInternalChannelEncryptionMode(String)

IntegrationRuntimeInternalChannelEncryptionMode の新しいインスタンスを初期化します。

プロパティ

NotEncrypted

NotEncrypted。

NotSet

Notset。

SslEncrypted

SslEncrypted。

メソッド

Equals(IntegrationRuntimeInternalChannelEncryptionMode)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(IntegrationRuntimeInternalChannelEncryptionMode, IntegrationRuntimeInternalChannelEncryptionMode)

2 つの IntegrationRuntimeInternalChannelEncryptionMode 値が同じかどうかを判断します。

Implicit(String to IntegrationRuntimeInternalChannelEncryptionMode)

文字列を IntegrationRuntimeInternalChannelEncryptionMode に変換します。

Inequality(IntegrationRuntimeInternalChannelEncryptionMode, IntegrationRuntimeInternalChannelEncryptionMode)

2 つの IntegrationRuntimeInternalChannelEncryptionMode 値が同じでないかどうかを判断します。

適用対象