Class IntegrationRuntimeType


  • public final class IntegrationRuntimeType
    extends com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeType>
    Defines values for IntegrationRuntimeType.
    • Field Detail

      • MANAGED

        public static final IntegrationRuntimeType MANAGED
        Static value Managed for IntegrationRuntimeType.
      • SELF_HOSTED

        public static final IntegrationRuntimeType SELF_HOSTED
        Static value SelfHosted for IntegrationRuntimeType.
    • Constructor Detail

      • IntegrationRuntimeType

        public IntegrationRuntimeType()
    • Method Detail

      • fromString

        public static IntegrationRuntimeType fromString​(String name)
        Creates or finds a IntegrationRuntimeType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding IntegrationRuntimeType.