Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeInternalChannelEncryptionMode
-
Packages that use IntegrationRuntimeInternalChannelEncryptionMode Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeInternalChannelEncryptionMode in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return IntegrationRuntimeInternalChannelEncryptionMode Modifier and Type Method Description IntegrationRuntimeInternalChannelEncryptionMode
SelfHostedIntegrationRuntimeStatusTypeProperties. internalChannelEncryption()
Get the internalChannelEncryption property: It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist). -
Uses of IntegrationRuntimeInternalChannelEncryptionMode in com.azure.resourcemanager.datafactory.models
Fields in com.azure.resourcemanager.datafactory.models declared as IntegrationRuntimeInternalChannelEncryptionMode Modifier and Type Field Description static IntegrationRuntimeInternalChannelEncryptionMode
IntegrationRuntimeInternalChannelEncryptionMode. NOT_ENCRYPTED
Static value NotEncrypted for IntegrationRuntimeInternalChannelEncryptionMode.static IntegrationRuntimeInternalChannelEncryptionMode
IntegrationRuntimeInternalChannelEncryptionMode. NOT_SET
Static value NotSet for IntegrationRuntimeInternalChannelEncryptionMode.static IntegrationRuntimeInternalChannelEncryptionMode
IntegrationRuntimeInternalChannelEncryptionMode. SSL_ENCRYPTED
Static value SslEncrypted for IntegrationRuntimeInternalChannelEncryptionMode.Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeInternalChannelEncryptionMode Modifier and Type Method Description static IntegrationRuntimeInternalChannelEncryptionMode
IntegrationRuntimeInternalChannelEncryptionMode. fromString(String name)
Creates or finds a IntegrationRuntimeInternalChannelEncryptionMode from its string representation.IntegrationRuntimeInternalChannelEncryptionMode
SelfHostedIntegrationRuntimeStatus. internalChannelEncryption()
Get the internalChannelEncryption property: It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist).Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type IntegrationRuntimeInternalChannelEncryptionMode Modifier and Type Method Description static Collection<IntegrationRuntimeInternalChannelEncryptionMode>
IntegrationRuntimeInternalChannelEncryptionMode. values()
Gets known IntegrationRuntimeInternalChannelEncryptionMode values.
-