Class BlobStorageEventType


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

      • MICROSOFT_STORAGE_BLOB_CREATED

        public static final BlobStorageEventType MICROSOFT_STORAGE_BLOB_CREATED
        Static value Microsoft.Storage.BlobCreated for BlobStorageEventType.
      • MICROSOFT_STORAGE_BLOB_RENAMED

        public static final BlobStorageEventType MICROSOFT_STORAGE_BLOB_RENAMED
        Static value Microsoft.Storage.BlobRenamed for BlobStorageEventType.
    • Constructor Detail

      • BlobStorageEventType

        public BlobStorageEventType()
    • Method Detail

      • fromString

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