Class IntegrationRuntimeInternalChannelEncryptionMode
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeInternalChannelEncryptionMode>
-
- com.azure.resourcemanager.datafactory.models.IntegrationRuntimeInternalChannelEncryptionMode
-
public final class IntegrationRuntimeInternalChannelEncryptionMode extends com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeInternalChannelEncryptionMode>
Defines values for IntegrationRuntimeInternalChannelEncryptionMode.
-
-
Field Summary
Fields Modifier and Type Field Description static IntegrationRuntimeInternalChannelEncryptionMode
NOT_ENCRYPTED
Static value NotEncrypted for IntegrationRuntimeInternalChannelEncryptionMode.static IntegrationRuntimeInternalChannelEncryptionMode
NOT_SET
Static value NotSet for IntegrationRuntimeInternalChannelEncryptionMode.static IntegrationRuntimeInternalChannelEncryptionMode
SSL_ENCRYPTED
Static value SslEncrypted for IntegrationRuntimeInternalChannelEncryptionMode.
-
Constructor Summary
Constructors Constructor Description IntegrationRuntimeInternalChannelEncryptionMode()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IntegrationRuntimeInternalChannelEncryptionMode
fromString(String name)
Creates or finds a IntegrationRuntimeInternalChannelEncryptionMode from its string representation.static Collection<IntegrationRuntimeInternalChannelEncryptionMode>
values()
Gets known IntegrationRuntimeInternalChannelEncryptionMode values.
-
-
-
Field Detail
-
NOT_SET
public static final IntegrationRuntimeInternalChannelEncryptionMode NOT_SET
Static value NotSet for IntegrationRuntimeInternalChannelEncryptionMode.
-
SSL_ENCRYPTED
public static final IntegrationRuntimeInternalChannelEncryptionMode SSL_ENCRYPTED
Static value SslEncrypted for IntegrationRuntimeInternalChannelEncryptionMode.
-
NOT_ENCRYPTED
public static final IntegrationRuntimeInternalChannelEncryptionMode NOT_ENCRYPTED
Static value NotEncrypted for IntegrationRuntimeInternalChannelEncryptionMode.
-
-
Method Detail
-
fromString
public static IntegrationRuntimeInternalChannelEncryptionMode fromString(String name)
Creates or finds a IntegrationRuntimeInternalChannelEncryptionMode from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding IntegrationRuntimeInternalChannelEncryptionMode.
-
values
public static Collection<IntegrationRuntimeInternalChannelEncryptionMode> values()
Gets known IntegrationRuntimeInternalChannelEncryptionMode values.- Returns:
- known IntegrationRuntimeInternalChannelEncryptionMode values.
-
-