DevTestLabTransportProtocol Struct

Definition

The transport protocol for the endpoint.

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

Constructors

DevTestLabTransportProtocol(String)

Initializes a new instance of DevTestLabTransportProtocol.

Properties

Tcp

Tcp.

Udp

Udp.

Methods

Equals(DevTestLabTransportProtocol)

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

Equality(DevTestLabTransportProtocol, DevTestLabTransportProtocol)

Determines if two DevTestLabTransportProtocol values are the same.

Implicit(String to DevTestLabTransportProtocol)

Converts a string to a DevTestLabTransportProtocol.

Inequality(DevTestLabTransportProtocol, DevTestLabTransportProtocol)

Determines if two DevTestLabTransportProtocol values are not the same.

Applies to