java.lang.Object
com.azure.core.util.ExpandableStringEnum<SourceType>
com.azure.resourcemanager.networkfunction.models.SourceType

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

    Fields
    Modifier and Type
    Field
    Description
    static final SourceType
    Static value Resource for SourceType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static SourceType
    Creates or finds a SourceType from its string representation.
    Gets known SourceType 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

    • RESOURCE

      public static final SourceType RESOURCE
      Static value Resource for SourceType.
  • Constructor Details

    • SourceType

      public SourceType()
  • Method Details

    • fromString

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

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