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

NetworkFunctionType Struct

Definition

The network function type.

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

Fields

ContainerizedNetworkFunction
Unknown
VirtualNetworkFunction

Methods

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

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

Equals(NetworkFunctionType)

Compares values of enum type NetworkFunctionType

Equals(Object)

Compares values of enum type NetworkFunctionType (override for Object)

GetHashCode()

Returns hashCode for enum NetworkFunctionType

ToString()

Returns string representation for NetworkFunctionType

Operators

Equality(NetworkFunctionType, NetworkFunctionType)

Overriding == operator for enum NetworkFunctionType

Implicit(NetworkFunctionType to String)

Implicit operator to convert NetworkFunctionType to string

Implicit(String to NetworkFunctionType)

Implicit operator to convert string to NetworkFunctionType

Inequality(NetworkFunctionType, NetworkFunctionType)

Overriding != operator for enum NetworkFunctionType

Applies to