EventGridMqttClientState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET