Class SetNotificationPreferenceForDeviceUpdatesRequestPayload
- Assembly
- Azure.Iot.Operations.Services.dll
The request to set the notification preference for device updates.
public class SetNotificationPreferenceForDeviceUpdatesRequestPayload
- Inheritance
-
SetNotificationPreferenceForDeviceUpdatesRequestPayload
- Inherited Members
Properties
NotificationPreferenceRequest
The 'notificationPreferenceRequest' Field.
[JsonPropertyName("notificationPreferenceRequest")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public NotificationPreference NotificationPreferenceRequest { get; set; }