Class EventGridMqttClientDeletedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.EventGridMqttClientEventData
com.azure.messaging.eventgrid.systemevents.EventGridMqttClientDeletedEventData
Event data for Microsoft.EventGrid.MQTTClientDeleted event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of EventGridMqttClientDeletedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionsetClientAuthenticationName(String clientAuthenticationName) Set the clientAuthenticationName property: Unique identifier for the MQTT client that the client presents to the service for authentication.setClientName(String clientName) Set the clientName property: Name of the client resource in the Event Grid namespace.setNamespaceName(String namespaceName) Set the namespaceName property: Name of the Event Grid namespace where the MQTT client was created or updated.Methods inherited from class com.azure.messaging.eventgrid.systemevents.EventGridMqttClientEventData
getClientAuthenticationName, getClientName, getNamespaceName
-
Constructor Details
-
EventGridMqttClientDeletedEventData
public EventGridMqttClientDeletedEventData()Creates an instance of EventGridMqttClientDeletedEventData class.
-
-
Method Details
-
setClientAuthenticationName
public EventGridMqttClientDeletedEventData setClientAuthenticationName(String clientAuthenticationName) Set the clientAuthenticationName property: 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.- Overrides:
setClientAuthenticationNamein classEventGridMqttClientEventData- Parameters:
clientAuthenticationName- the clientAuthenticationName value to set.- Returns:
- the EventGridMqttClientEventData object itself.
-
setClientName
Set the clientName property: Name of the client resource in the Event Grid namespace.- Overrides:
setClientNamein classEventGridMqttClientEventData- Parameters:
clientName- the clientName value to set.- Returns:
- the EventGridMqttClientEventData object itself.
-
setNamespaceName
Set the namespaceName property: Name of the Event Grid namespace where the MQTT client was created or updated.- Overrides:
setNamespaceNamein classEventGridMqttClientEventData- Parameters:
namespaceName- the namespaceName value to set.- Returns:
- the EventGridMqttClientEventData object itself.
-