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

EventGridDataFormat Struct

Definition

The data format of the message. Optionally the data format can be added to each message.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormatTypeConverter))]
public struct EventGridDataFormat : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormat>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventGridDataFormatTypeConverter))>]
type EventGridDataFormat = struct
    interface IArgumentCompleter
Public Structure EventGridDataFormat
Implements IArgumentCompleter, IEquatable(Of EventGridDataFormat)
Inheritance
EventGridDataFormat
Attributes
Implements

Fields

Apacheavro
Avro
Csv
Json
Multijson
Orc
Parquet
Psv
Raw
Scsv
Singlejson
Sohsv
Tsv
Tsve
Txt
W3Clogfile

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(EventGridDataFormat)

Compares values of enum type EventGridDataFormat

Equals(Object)

Compares values of enum type EventGridDataFormat (override for Object)

GetHashCode()

Returns hashCode for enum EventGridDataFormat

ToString()

Returns string representation for EventGridDataFormat

Operators

Equality(EventGridDataFormat, EventGridDataFormat)

Overriding == operator for enum EventGridDataFormat

Implicit(EventGridDataFormat to String)

Implicit operator to convert EventGridDataFormat to string

Implicit(String to EventGridDataFormat)

Implicit operator to convert string to EventGridDataFormat

Inequality(EventGridDataFormat, EventGridDataFormat)

Overriding != operator for enum EventGridDataFormat

Applies to