SynapseBlobStorageEventType 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 SynapseBlobStorageEventType : IEquatable<Azure.ResourceManager.Synapse.Models.SynapseBlobStorageEventType>
type SynapseBlobStorageEventType = struct
Public Structure SynapseBlobStorageEventType
Implements IEquatable(Of SynapseBlobStorageEventType)
- Inheritance
-
SynapseBlobStorageEventType
- Implements
Constructors
SynapseBlobStorageEventType(String) |
Initializes a new instance of SynapseBlobStorageEventType. |
Properties
MicrosoftStorageBlobCreated |
Microsoft.Storage.BlobCreated. |
MicrosoftStorageBlobRenamed |
Microsoft.Storage.BlobRenamed. |
Methods
Equals(SynapseBlobStorageEventType) |
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(SynapseBlobStorageEventType, SynapseBlobStorageEventType) |
Determines if two SynapseBlobStorageEventType values are the same. |
Implicit(String to SynapseBlobStorageEventType) |
Converts a string to a SynapseBlobStorageEventType. |
Inequality(SynapseBlobStorageEventType, SynapseBlobStorageEventType) |
Determines if two SynapseBlobStorageEventType values are not the same. |
Applies to
Azure SDK for .NET