Table of Contents

Class SetNotificationPreferenceForAssetUpdatesRequestSchema

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.AdrBaseService
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

string

NotificationPreference

The notification preference to set for the asset updates.

[JsonPropertyName("notificationPreference")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public NotificationPreference NotificationPreference { get; set; }

Property Value

NotificationPreference