Class BlobStorageEventType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<BlobStorageEventType>
com.azure.resourcemanager.kusto.models.BlobStorageEventType

public final class BlobStorageEventType extends com.azure.core.util.ExpandableStringEnum<BlobStorageEventType>
The name of blob storage event type to process.
  • Field Details

    • 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 Details

    • BlobStorageEventType

      public BlobStorageEventType()
  • Method Details

    • 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.
    • values

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