Uses of Class
com.microsoft.azure.eventgrid.models.DeviceTwinMetadata
-
Packages that use DeviceTwinMetadata Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of DeviceTwinMetadata in com.microsoft.azure.eventgrid.models
Methods in com.microsoft.azure.eventgrid.models that return DeviceTwinMetadata Modifier and Type Method Description DeviceTwinMetadataDeviceTwinProperties. metadata()Get metadata information for the properties JSON document.DeviceTwinMetadataDeviceTwinMetadata. withLastUpdated(String lastUpdated)Set the ISO8601 timestamp of the last time the properties were updated.Methods in com.microsoft.azure.eventgrid.models with parameters of type DeviceTwinMetadata Modifier and Type Method Description DeviceTwinPropertiesDeviceTwinProperties. withMetadata(DeviceTwinMetadata metadata)Set metadata information for the properties JSON document.
-