IntegrationRuntimeInternalChannelEncryptionMode Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Ele é usado para definir o modo de criptografia para o canal de comunicação node-node (quando existem mais de 2 nós de runtime de integração auto-hospedada).
public readonly struct IntegrationRuntimeInternalChannelEncryptionMode : IEquatable<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeInternalChannelEncryptionMode>
type IntegrationRuntimeInternalChannelEncryptionMode = struct
Public Structure IntegrationRuntimeInternalChannelEncryptionMode
Implements IEquatable(Of IntegrationRuntimeInternalChannelEncryptionMode)
- Herança
-
IntegrationRuntimeInternalChannelEncryptionMode
- Implementações
Construtores
IntegrationRuntimeInternalChannelEncryptionMode(String) |
Inicializa uma nova instância de IntegrationRuntimeInternalChannelEncryptionMode. |
Propriedades
NotEncrypted |
NotEncrypted. |
NotSet |
Notset. |
SslEncrypted |
SslEncrypted. |
Métodos
Equals(IntegrationRuntimeInternalChannelEncryptionMode) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(IntegrationRuntimeInternalChannelEncryptionMode, IntegrationRuntimeInternalChannelEncryptionMode) |
Determina se dois IntegrationRuntimeInternalChannelEncryptionMode valores são os mesmos. |
Implicit(String to IntegrationRuntimeInternalChannelEncryptionMode) |
Converte uma cadeia de caracteres em um IntegrationRuntimeInternalChannelEncryptionMode. |
Inequality(IntegrationRuntimeInternalChannelEncryptionMode, IntegrationRuntimeInternalChannelEncryptionMode) |
Determina se dois IntegrationRuntimeInternalChannelEncryptionMode valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET