次の方法で共有


MqttRetainType Struct

Definition

Broker Retain types.

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

Constructors

MqttRetainType(String)

Initializes a new instance of MqttRetainType.

Properties

Keep

Retain the messages.

Never

Never retain messages.

Methods

Equals(MqttRetainType)

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

Determines if two MqttRetainType values are the same.

Implicit(String to MqttRetainType)

Converts a String to a MqttRetainType.

Inequality(MqttRetainType, MqttRetainType)

Determines if two MqttRetainType values are not the same.

Applies to