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

EncodingCaptureDescription Struct

Definition

Enumerates the possible values for the encoding format of capture description. Note: 'AvroDeflate' will be deprecated in New API Version

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

Fields

Avro
AvroDeflate

Methods

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

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

Equals(EncodingCaptureDescription)

Compares values of enum type EncodingCaptureDescription

Equals(Object)

Compares values of enum type EncodingCaptureDescription (override for Object)

GetHashCode()

Returns hashCode for enum EncodingCaptureDescription

ToString()

Returns string representation for EncodingCaptureDescription

Operators

Equality(EncodingCaptureDescription, EncodingCaptureDescription)

Overriding == operator for enum EncodingCaptureDescription

Implicit(EncodingCaptureDescription to String)

Implicit operator to convert EncodingCaptureDescription to string

Implicit(String to EncodingCaptureDescription)

Implicit operator to convert string to EncodingCaptureDescription

Inequality(EncodingCaptureDescription, EncodingCaptureDescription)

Overriding != operator for enum EncodingCaptureDescription

Applies to