Class SsisLogLocationType

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

public final class SsisLogLocationType extends com.azure.core.util.ExpandableStringEnum<SsisLogLocationType>
The type of SSIS log location.
  • Field Details

    • FILE

      public static final SsisLogLocationType FILE
      Static value File for SsisLogLocationType.
  • Constructor Details

    • SsisLogLocationType

      public SsisLogLocationType()
  • Method Details

    • fromString

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

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