Class SourceKindType


  • public final class SourceKindType
    extends com.azure.core.util.ExpandableStringEnum<SourceKindType>
    Defines values for SourceKindType.
    • Field Detail

      • GIT_REPOSITORY

        public static final SourceKindType GIT_REPOSITORY
        Static value GitRepository for SourceKindType.
      • BUCKET

        public static final SourceKindType BUCKET
        Static value Bucket for SourceKindType.
    • Constructor Detail

      • SourceKindType

        public SourceKindType()
    • Method Detail

      • fromString

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