Uses of Class
com.azure.messaging.eventgrid.systemevents.EventGridMqttClientCreatedOrUpdatedEventData
Packages that use EventGridMqttClientCreatedOrUpdatedEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of EventGridMqttClientCreatedOrUpdatedEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return EventGridMqttClientCreatedOrUpdatedEventDataModifier and TypeMethodDescriptionEventGridMqttClientCreatedOrUpdatedEventData.setAttributes(Map<String, String> attributes) Set the attributes property: The key-value attributes that are assigned to the client resource.EventGridMqttClientCreatedOrUpdatedEventData.setClientAuthenticationName(String clientAuthenticationName) Set the clientAuthenticationName property: Unique identifier for the MQTT client that the client presents to the service for authentication.EventGridMqttClientCreatedOrUpdatedEventData.setClientName(String clientName) Set the clientName property: Name of the client resource in the Event Grid namespace.EventGridMqttClientCreatedOrUpdatedEventData.setCreatedOn(OffsetDateTime createdOn) Set the createdOn property: Time the client resource is created based on the provider's UTC time.EventGridMqttClientCreatedOrUpdatedEventData.setNamespaceName(String namespaceName) Set the namespaceName property: Name of the Event Grid namespace where the MQTT client was created or updated.EventGridMqttClientCreatedOrUpdatedEventData.setState(EventGridMqttClientState state) Set the state property: Configured state of the client.EventGridMqttClientCreatedOrUpdatedEventData.setUpdatedOn(OffsetDateTime updatedOn) Set the updatedOn property: Time the client resource is last updated based on the provider's UTC time.