Table of Contents

Class SetNotificationPreferenceForAssetUpdatesResponseSchema

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Generated.AdrBaseService
Assembly
Azure.Iot.Operations.Services.dll

Response containing the result of setting the notification preference for asset updates or error details if the operation failed.

public class SetNotificationPreferenceForAssetUpdatesResponseSchema
Inheritance
SetNotificationPreferenceForAssetUpdatesResponseSchema
Inherited Members

Properties

ResponsePayload

The response payload indicating that the operation was successful.

[JsonPropertyName("responsePayload")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ResponsePayload { get; set; }

Property Value

string

SetNotificationPreferenceForAssetUpdatesError

Read error for the 'setNotificationPreferenceForAssetUpdates' Action.

[JsonPropertyName("setNotificationPreferenceForAssetUpdatesError")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AkriServiceError? SetNotificationPreferenceForAssetUpdatesError { get; set; }

Property Value

AkriServiceError