Class IntegrationRuntimeReferenceType

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

public final class IntegrationRuntimeReferenceType extends com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeReferenceType>
Type of integration runtime.
  • Field Details

    • INTEGRATION_RUNTIME_REFERENCE

      public static final IntegrationRuntimeReferenceType INTEGRATION_RUNTIME_REFERENCE
      Static value IntegrationRuntimeReference for IntegrationRuntimeReferenceType.
  • Constructor Details

    • IntegrationRuntimeReferenceType

      public IntegrationRuntimeReferenceType()
  • Method Details

    • fromString

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

      Gets known IntegrationRuntimeReferenceType values.
      Returns:
      known IntegrationRuntimeReferenceType values.