Share via


DataFactoryBlobEventType Struct

Definition

The DataFactoryBlobEventType.

public readonly struct DataFactoryBlobEventType : IEquatable<Azure.ResourceManager.DataFactory.Models.DataFactoryBlobEventType>
type DataFactoryBlobEventType = struct
Public Structure DataFactoryBlobEventType
Implements IEquatable(Of DataFactoryBlobEventType)
Inheritance
DataFactoryBlobEventType
Implements

Constructors

DataFactoryBlobEventType(String)

Initializes a new instance of DataFactoryBlobEventType.

Properties

MicrosoftStorageBlobCreated

Microsoft.Storage.BlobCreated.

MicrosoftStorageBlobDeleted

Microsoft.Storage.BlobDeleted.

Methods

Equals(DataFactoryBlobEventType)

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(DataFactoryBlobEventType, DataFactoryBlobEventType)

Determines if two DataFactoryBlobEventType values are the same.

Implicit(String to DataFactoryBlobEventType)

Converts a string to a DataFactoryBlobEventType.

Inequality(DataFactoryBlobEventType, DataFactoryBlobEventType)

Determines if two DataFactoryBlobEventType values are not the same.

Applies to