Class ManifestType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ManifestType>
com.azure.resourcemanager.devhub.models.ManifestType

public final class ManifestType extends com.azure.core.util.ExpandableStringEnum<ManifestType>
Determines the type of manifests within the repository.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ManifestType
    Static value helm for ManifestType.
    static final ManifestType
    Static value kube for ManifestType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates or finds a ManifestType from its string representation.
    Gets known ManifestType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • HELM

      public static final ManifestType HELM
      Static value helm for ManifestType.
    • KUBE

      public static final ManifestType KUBE
      Static value kube for ManifestType.
  • Constructor Details

    • ManifestType

      public ManifestType()
  • Method Details

    • fromString

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

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