Class SetNotificationPreferenceForAssetUpdatesRequestSchema
- Assembly
- Azure.Iot.Operations.Services.dll
public class SetNotificationPreferenceForAssetUpdatesRequestSchema : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
SetNotificationPreferenceForAssetUpdatesRequestSchema
- Implements
- Inherited Members
Properties
AssetName
The name of the asset to set the notification preference for.
[JsonPropertyName("assetName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string AssetName { get; set; }
Property Value
NotificationPreference
The notification preference to set for the asset updates.
[JsonPropertyName("notificationPreference")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public NotificationPreference NotificationPreference { get; set; }