Class BlobEventType


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

      • MICROSOFT_STORAGE_BLOB_CREATED

        public static final BlobEventType MICROSOFT_STORAGE_BLOB_CREATED
        Static value Microsoft.Storage.BlobCreated for BlobEventType.
      • MICROSOFT_STORAGE_BLOB_DELETED

        public static final BlobEventType MICROSOFT_STORAGE_BLOB_DELETED
        Static value Microsoft.Storage.BlobDeleted for BlobEventType.
    • Constructor Detail

      • BlobEventType

        public BlobEventType()
    • Method Detail

      • fromString

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