Share via


IntegrationRuntimeInternalChannelEncryptionMode 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 IntegrationRuntimeInternalChannelEncryptionMode : IEquatable<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeInternalChannelEncryptionMode>
type IntegrationRuntimeInternalChannelEncryptionMode = struct
Public Structure IntegrationRuntimeInternalChannelEncryptionMode
Implements IEquatable(Of IntegrationRuntimeInternalChannelEncryptionMode)
Inheritance
IntegrationRuntimeInternalChannelEncryptionMode
Implements

Constructors

IntegrationRuntimeInternalChannelEncryptionMode(String)

Initializes a new instance of IntegrationRuntimeInternalChannelEncryptionMode.

Properties

NotEncrypted

NotEncrypted.

NotSet

NotSet.

SslEncrypted

SslEncrypted.

Methods

Equals(IntegrationRuntimeInternalChannelEncryptionMode)

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(IntegrationRuntimeInternalChannelEncryptionMode, IntegrationRuntimeInternalChannelEncryptionMode)

Determines if two IntegrationRuntimeInternalChannelEncryptionMode values are the same.

Implicit(String to IntegrationRuntimeInternalChannelEncryptionMode)

Converts a string to a IntegrationRuntimeInternalChannelEncryptionMode.

Inequality(IntegrationRuntimeInternalChannelEncryptionMode, IntegrationRuntimeInternalChannelEncryptionMode)

Determines if two IntegrationRuntimeInternalChannelEncryptionMode values are not the same.

Applies to