Class ObjectType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ObjectType>
com.azure.resourcemanager.storage.models.ObjectType

public final class ObjectType extends com.azure.core.util.ExpandableStringEnum<ObjectType>
This is a required field. This field specifies the scope of the inventory created either at the blob or container level.
  • Field Details

    • BLOB

      public static final ObjectType BLOB
      Static value Blob for ObjectType.
    • CONTAINER

      public static final ObjectType CONTAINER
      Static value Container for ObjectType.
  • Constructor Details

  • Method Details

    • fromString

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

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