BlobStorageEventType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The name of blob storage event type to process.
public readonly struct BlobStorageEventType : IEquatable<Azure.ResourceManager.Kusto.Models.BlobStorageEventType>
type BlobStorageEventType = struct
Public Structure BlobStorageEventType
Implements IEquatable(Of BlobStorageEventType)
- Inheritance
-
BlobStorageEventType
- Implements
Constructors
BlobStorageEventType(String) |
Initializes a new instance of BlobStorageEventType. |
Properties
MicrosoftStorageBlobCreated |
Microsoft.Storage.BlobCreated. |
MicrosoftStorageBlobRenamed |
Microsoft.Storage.BlobRenamed. |
Methods
Equals(BlobStorageEventType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(BlobStorageEventType, BlobStorageEventType) |
Determines if two BlobStorageEventType values are the same. |
Implicit(String to BlobStorageEventType) |
Converts a string to a BlobStorageEventType. |
Inequality(BlobStorageEventType, BlobStorageEventType) |
Determines if two BlobStorageEventType values are not the same. |