Class SsisPackageLocationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SsisPackageLocationType>
com.azure.resourcemanager.datafactory.models.SsisPackageLocationType

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

    • SSISDB

      public static final SsisPackageLocationType SSISDB
      Static value SSISDB for SsisPackageLocationType.
    • FILE

      public static final SsisPackageLocationType FILE
      Static value File for SsisPackageLocationType.
    • INLINE_PACKAGE

      public static final SsisPackageLocationType INLINE_PACKAGE
      Static value InlinePackage for SsisPackageLocationType.
    • PACKAGE_STORE

      public static final SsisPackageLocationType PACKAGE_STORE
      Static value PackageStore for SsisPackageLocationType.
  • Constructor Details

    • SsisPackageLocationType

      public SsisPackageLocationType()
  • Method Details

    • fromString

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

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