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

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