SynapseIntegrationRuntimeInternalChannelEncryptionMode Struct

Definition

It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist).

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

Constructors

SynapseIntegrationRuntimeInternalChannelEncryptionMode(String)

Initializes a new instance of SynapseIntegrationRuntimeInternalChannelEncryptionMode.

Properties

NotEncrypted

NotEncrypted.

NotSet

NotSet.

SslEncrypted

SslEncrypted.

Methods

Equals(SynapseIntegrationRuntimeInternalChannelEncryptionMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SynapseIntegrationRuntimeInternalChannelEncryptionMode, SynapseIntegrationRuntimeInternalChannelEncryptionMode)

Determines if two SynapseIntegrationRuntimeInternalChannelEncryptionMode values are the same.

Implicit(String to SynapseIntegrationRuntimeInternalChannelEncryptionMode)

Converts a string to a SynapseIntegrationRuntimeInternalChannelEncryptionMode.

Inequality(SynapseIntegrationRuntimeInternalChannelEncryptionMode, SynapseIntegrationRuntimeInternalChannelEncryptionMode)

Determines if two SynapseIntegrationRuntimeInternalChannelEncryptionMode values are not the same.

Applies to