Share via


EventGridMqttClientCreatedOrUpdatedEventData Class

Definition

Event data for Microsoft.EventGrid.MQTTClientCreatedOrUpdated event.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.EventGridMqttClientCreatedOrUpdatedEventData+EventGridMqttClientCreatedOrUpdatedEventDataConverter))]
public class EventGridMqttClientCreatedOrUpdatedEventData : Azure.Messaging.EventGrid.SystemEvents.EventGridMqttClientEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.EventGridMqttClientCreatedOrUpdatedEventData+EventGridMqttClientCreatedOrUpdatedEventDataConverter))>]
type EventGridMqttClientCreatedOrUpdatedEventData = class
    inherit EventGridMqttClientEventData
Public Class EventGridMqttClientCreatedOrUpdatedEventData
Inherits EventGridMqttClientEventData
Inheritance
EventGridMqttClientCreatedOrUpdatedEventData
Attributes

Properties

Attributes

The key-value attributes that are assigned to the client resource.

ClientAuthenticationName

Unique identifier for the MQTT client that the client presents to the service for authentication. This case-sensitive string can be up to 128 characters long, and supports UTF-8 characters.

(Inherited from EventGridMqttClientEventData)
ClientName

Name of the client resource in the Event Grid namespace.

(Inherited from EventGridMqttClientEventData)
CreatedOn

Time the client resource is created based on the provider's UTC time.

NamespaceName

Name of the Event Grid namespace where the MQTT client was created or updated.

(Inherited from EventGridMqttClientEventData)
State

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

UpdatedOn

Time the client resource is last updated based on the provider's UTC time. If the client resource was never updated, this value is identical to the value of the 'createdOn' property.

Applies to