Class ContentSourceType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ContentSourceType>
com.azure.resourcemanager.automation.models.ContentSourceType

public final class ContentSourceType extends com.azure.core.util.ExpandableStringEnum<ContentSourceType>
Gets or sets the content source type.
  • Field Details

    • EMBEDDED_CONTENT

      public static final ContentSourceType EMBEDDED_CONTENT
      Static value embeddedContent for ContentSourceType.
    • URI

      public static final ContentSourceType URI
      Static value uri for ContentSourceType.
  • Constructor Details

    • ContentSourceType

      public ContentSourceType()
  • Method Details

    • fromString

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

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