Share via


EventGridModelFactory.EventGridMqttClientEventData Method

Definition

Initializes a new instance of EventGridMqttClientEventData.

public static Azure.Messaging.EventGrid.SystemEvents.EventGridMqttClientEventData EventGridMqttClientEventData (string clientAuthenticationName = default, string clientName = default, string namespaceName = default);
static member EventGridMqttClientEventData : string * string * string -> Azure.Messaging.EventGrid.SystemEvents.EventGridMqttClientEventData
Public Shared Function EventGridMqttClientEventData (Optional clientAuthenticationName As String = Nothing, Optional clientName As String = Nothing, Optional namespaceName As String = Nothing) As EventGridMqttClientEventData

Parameters

clientAuthenticationName
String

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.

clientName
String

Name of the client resource in the Event Grid namespace.

namespaceName
String

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

Returns

A new EventGridMqttClientEventData instance for mocking.

Applies to