IntegrationRuntimeInternalChannelEncryptionMode Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Il est utilisé pour définir le mode de chiffrement pour le canal de communication nœud-nœud (lorsqu’il existe plus de 2 nœuds de runtime d’intégration auto-hébergés).
public readonly struct IntegrationRuntimeInternalChannelEncryptionMode : IEquatable<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeInternalChannelEncryptionMode>
type IntegrationRuntimeInternalChannelEncryptionMode = struct
Public Structure IntegrationRuntimeInternalChannelEncryptionMode
Implements IEquatable(Of IntegrationRuntimeInternalChannelEncryptionMode)
- Héritage
-
IntegrationRuntimeInternalChannelEncryptionMode
- Implémente
Constructeurs
IntegrationRuntimeInternalChannelEncryptionMode(String) |
Initialise une nouvelle instance de IntegrationRuntimeInternalChannelEncryptionMode. |
Propriétés
NotEncrypted |
NotEncrypted. |
NotSet |
NotSet. |
SslEncrypted |
SslEncrypted. |
Méthodes
Equals(IntegrationRuntimeInternalChannelEncryptionMode) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(IntegrationRuntimeInternalChannelEncryptionMode, IntegrationRuntimeInternalChannelEncryptionMode) |
Détermine si deux IntegrationRuntimeInternalChannelEncryptionMode valeurs sont identiques. |
Implicit(String to IntegrationRuntimeInternalChannelEncryptionMode) |
Convertit une chaîne en IntegrationRuntimeInternalChannelEncryptionMode. |
Inequality(IntegrationRuntimeInternalChannelEncryptionMode, IntegrationRuntimeInternalChannelEncryptionMode) |
Détermine si deux IntegrationRuntimeInternalChannelEncryptionMode valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET