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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventTypeTypeConverter))]
public struct BlobStorageEventType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.BlobStorageEventTypeTypeConverter))>]
type BlobStorageEventType = struct
interface IArgumentCompleter
Public Structure BlobStorageEventType
Implements IArgumentCompleter, IEquatable(Of BlobStorageEventType)
- Inheritance
-
BlobStorageEventType
- Attributes
- Implements
Fields
MicrosoftStorageBlobCreated | |
MicrosoftStorageBlobRenamed |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(BlobStorageEventType) |
Compares values of enum type BlobStorageEventType |
Equals(Object) |
Compares values of enum type BlobStorageEventType (override for Object) |
GetHashCode() |
Returns hashCode for enum BlobStorageEventType |
ToString() |
Returns string representation for BlobStorageEventType |
Operators
Equality(BlobStorageEventType, BlobStorageEventType) |
Overriding == operator for enum BlobStorageEventType |
Implicit(BlobStorageEventType to String) |
Implicit operator to convert BlobStorageEventType to string |
Implicit(String to BlobStorageEventType) |
Implicit operator to convert string to BlobStorageEventType |
Inequality(BlobStorageEventType, BlobStorageEventType) |
Overriding != operator for enum BlobStorageEventType |