Uses of Class
com.microsoft.azure.eventgrid.models.AppConfigurationKeyValueModifiedEventData
-
Packages that use AppConfigurationKeyValueModifiedEventData Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of AppConfigurationKeyValueModifiedEventData in com.microsoft.azure.eventgrid.models
Methods in com.microsoft.azure.eventgrid.models that return AppConfigurationKeyValueModifiedEventData Modifier and Type Method Description AppConfigurationKeyValueModifiedEventDataAppConfigurationKeyValueModifiedEventData. withEtag(String etag)Set the etag representing the new state of the key-value.AppConfigurationKeyValueModifiedEventDataAppConfigurationKeyValueModifiedEventData. withKey(String key)Set the key used to identify the key-value that was modified.AppConfigurationKeyValueModifiedEventDataAppConfigurationKeyValueModifiedEventData. withLabel(String label)Set the label, if any, used to identify the key-value that was modified.
-