Share via


BrokerProtocolType Struct

Definition

Broker Protocol types.

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

Constructors

BrokerProtocolType(String)

Initializes a new instance of BrokerProtocolType.

Properties

Mqtt

protocol broker.

WebSockets

protocol websocket.

Methods

Equals(BrokerProtocolType)

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(BrokerProtocolType, BrokerProtocolType)

Determines if two BrokerProtocolType values are the same.

Implicit(String to BrokerProtocolType)

Converts a String to a BrokerProtocolType.

Inequality(BrokerProtocolType, BrokerProtocolType)

Determines if two BrokerProtocolType values are not the same.

Applies to