Class SsisObjectMetadataType

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

public final class SsisObjectMetadataType extends com.azure.core.util.ExpandableStringEnum<SsisObjectMetadataType>
The type of SSIS object metadata.
  • Field Details

    • FOLDER

      public static final SsisObjectMetadataType FOLDER
      Static value Folder for SsisObjectMetadataType.
    • PROJECT

      public static final SsisObjectMetadataType PROJECT
      Static value Project for SsisObjectMetadataType.
    • PACKAGE

      public static final SsisObjectMetadataType PACKAGE
      Static value Package for SsisObjectMetadataType.
    • ENVIRONMENT

      public static final SsisObjectMetadataType ENVIRONMENT
      Static value Environment for SsisObjectMetadataType.
  • Constructor Details

    • SsisObjectMetadataType

      public SsisObjectMetadataType()
  • Method Details

    • fromString

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

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