다음을 통해 공유


CloudToDeviceFeedbackQueueProperties Class

Definition

The properties of the feedback queue for cloud-to-device messages.

public class CloudToDeviceFeedbackQueueProperties
public class CloudToDeviceFeedbackQueueProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotHub.Models.CloudToDeviceFeedbackQueueProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotHub.Models.CloudToDeviceFeedbackQueueProperties>
type CloudToDeviceFeedbackQueueProperties = class
type CloudToDeviceFeedbackQueueProperties = class
    interface IJsonModel<CloudToDeviceFeedbackQueueProperties>
    interface IPersistableModel<CloudToDeviceFeedbackQueueProperties>
Public Class CloudToDeviceFeedbackQueueProperties
Public Class CloudToDeviceFeedbackQueueProperties
Implements IJsonModel(Of CloudToDeviceFeedbackQueueProperties), IPersistableModel(Of CloudToDeviceFeedbackQueueProperties)
Inheritance
CloudToDeviceFeedbackQueueProperties
Implements

Constructors

CloudToDeviceFeedbackQueueProperties()

Initializes a new instance of CloudToDeviceFeedbackQueueProperties.

Properties

LockDurationAsIso8601

The lock duration for the feedback queue. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages.

MaxDeliveryCount

The number of times the IoT hub attempts to deliver a message on the feedback queue. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages.

TtlAsIso8601

The period of time for which a message is available to consume before it is expired by the IoT hub. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CloudToDeviceFeedbackQueueProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CloudToDeviceFeedbackQueueProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudToDeviceFeedbackQueueProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudToDeviceFeedbackQueueProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CloudToDeviceFeedbackQueueProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to