NetworkCloudTransportProtocol Struct

Definition

The protocol advertised by the access bridge endpoints.

public readonly struct NetworkCloudTransportProtocol : IEquatable<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudTransportProtocol>
type NetworkCloudTransportProtocol = struct
Public Structure NetworkCloudTransportProtocol
Implements IEquatable(Of NetworkCloudTransportProtocol)
Inheritance
NetworkCloudTransportProtocol
Implements

Constructors

Name Description
NetworkCloudTransportProtocol(String)

Initializes a new instance of NetworkCloudTransportProtocol.

Properties

Name Description
Tcp

The TCP transport protocol.

Udp

The UDP transport protocol.

Methods

Name Description
Equals(NetworkCloudTransportProtocol)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(NetworkCloudTransportProtocol, NetworkCloudTransportProtocol)

Determines if two NetworkCloudTransportProtocol values are the same.

Implicit(String to NetworkCloudTransportProtocol)

Converts a string to a NetworkCloudTransportProtocol.

Implicit(String to Nullable<NetworkCloudTransportProtocol>)
Inequality(NetworkCloudTransportProtocol, NetworkCloudTransportProtocol)

Determines if two NetworkCloudTransportProtocol values are not the same.

Applies to