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

RoutingType Struct

Definition

Argument completer implementation for RoutingType.

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

Fields

CascadeExtension
Default
Extension
Failover
Fanout
HostBased
LocationBased
ProxyOnly
Tenant

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 RoutingType (override for Object)

Equals(RoutingType)

Compares values of enum type RoutingType

GetHashCode()

Returns hashCode for enum RoutingType

ToString()

Returns string representation for RoutingType

Operators

Equality(RoutingType, RoutingType)

Overriding == operator for enum RoutingType

Implicit(RoutingType to String)

Implicit operator to convert RoutingType to string

Implicit(String to RoutingType)

Implicit operator to convert string to RoutingType

Inequality(RoutingType, RoutingType)

Overriding != operator for enum RoutingType

Applies to