Compartilhar via


TransportProtocol Struct

Definition

The transport protocol for the endpoint.

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

Fields

All
Tcp
Udp

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

Equals(TransportProtocol)

Compares values of enum type TransportProtocol

GetHashCode()

Returns hashCode for enum TransportProtocol

ToString()

Returns string representation for TransportProtocol

Operators

Equality(TransportProtocol, TransportProtocol)

Overriding == operator for enum TransportProtocol

Implicit(String to TransportProtocol)

Implicit operator to convert string to TransportProtocol

Implicit(TransportProtocol to String)

Implicit operator to convert TransportProtocol to string

Inequality(TransportProtocol, TransportProtocol)

Overriding != operator for enum TransportProtocol

Applies to