IntegrationRuntimeInternalChannelEncryptionMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Applies to
Azure SDK for .NET