Share via


SynapseBlobStorageEventType Struct

Definition

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