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

Http
NetTcp

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 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

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