你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobStorageEventType Struct

Definition

The name of blob storage event type to process.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventTypeTypeConverter))]
public struct BlobStorageEventType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.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

Applies to