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

UdfType Struct

Definition

The function type.

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

Fields

Scalar

Methods

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

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

Equals(Object)

Compares values of enum type UdfType (override for Object)

Equals(UdfType)

Compares values of enum type UdfType

GetHashCode()

Returns hashCode for enum UdfType

ToString()

Returns string representation for UdfType

Operators

Equality(UdfType, UdfType)

Overriding == operator for enum UdfType

Implicit(String to UdfType)

Implicit operator to convert string to UdfType

Implicit(UdfType to String)

Implicit operator to convert UdfType to string

Inequality(UdfType, UdfType)

Overriding != operator for enum UdfType

Applies to