通过


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

Relaytype Struct

Definition

WCF relay type.

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

Fields

Name Description
Http
NetTcp

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(Object)

Compares values of enum type Relaytype (override for Object)

Equals(Relaytype)

Compares values of enum type Relaytype

GetHashCode()

Returns hashCode for enum Relaytype

ToString()

Returns string representation for Relaytype

Operators

Name Description
Equality(Relaytype, Relaytype)

Overriding == operator for enum Relaytype

Implicit(Relaytype to String)

Implicit operator to convert Relaytype to string

Implicit(String to Relaytype)

Implicit operator to convert string to Relaytype

Inequality(Relaytype, Relaytype)

Overriding != operator for enum Relaytype

Applies to