Class IntegrationRuntimeType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeType>
com.azure.analytics.synapse.artifacts.models.IntegrationRuntimeType

public final class IntegrationRuntimeType extends com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeType>
The type of integration runtime.
  • Field Details

    • 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 Details

    • IntegrationRuntimeType

      public IntegrationRuntimeType()
  • Method Details

    • 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.
    • values

      public static Collection<IntegrationRuntimeType> values()
      Gets known IntegrationRuntimeType values.
      Returns:
      known IntegrationRuntimeType values.