Freigeben über


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

Name Description
BrokerProtocolType(String)

Initializes a new instance of BrokerProtocolType.

Properties

Name Description
Mqtt

protocol broker.

WebSockets

protocol websocket.

Methods

Name Description
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

Name Description
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