次の方法で共有


SynapseIntegrationRuntimeInternalChannelEncryptionMode 構造体

定義

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

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

コンストラクター

SynapseIntegrationRuntimeInternalChannelEncryptionMode(String)

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

プロパティ

NotEncrypted

NotEncrypted。

NotSet

Notset。

SslEncrypted

SslEncrypted。

メソッド

Equals(SynapseIntegrationRuntimeInternalChannelEncryptionMode)

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

ToString()

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

演算子

Equality(SynapseIntegrationRuntimeInternalChannelEncryptionMode, SynapseIntegrationRuntimeInternalChannelEncryptionMode)

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

Implicit(String to SynapseIntegrationRuntimeInternalChannelEncryptionMode)

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

Inequality(SynapseIntegrationRuntimeInternalChannelEncryptionMode, SynapseIntegrationRuntimeInternalChannelEncryptionMode)

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

適用対象