Share via


EventGridMqttClientState Struct

Definition

Configured state of the client. The value could be Enabled or Disabled.

public readonly struct EventGridMqttClientState : IEquatable<Azure.Messaging.EventGrid.SystemEvents.EventGridMqttClientState>
type EventGridMqttClientState = struct
Public Structure EventGridMqttClientState
Implements IEquatable(Of EventGridMqttClientState)
Inheritance
EventGridMqttClientState
Implements

Constructors

EventGridMqttClientState(String)

Initializes a new instance of EventGridMqttClientState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(EventGridMqttClientState)

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

Determines if two EventGridMqttClientState values are the same.

Implicit(String to EventGridMqttClientState)

Converts a string to a EventGridMqttClientState.

Inequality(EventGridMqttClientState, EventGridMqttClientState)

Determines if two EventGridMqttClientState values are not the same.

Applies to