次の方法で共有


CloudToDeviceProperties.DefaultTtlAsIso8601 プロパティ

定義

デバイス キュー内の cloud-to-device メッセージの既定の有効期間を取得または設定します。 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages をご覧ください。

[Newtonsoft.Json.JsonProperty(PropertyName="defaultTtlAsIso8601")]
public TimeSpan? DefaultTtlAsIso8601 { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="defaultTtlAsIso8601")>]
member this.DefaultTtlAsIso8601 : Nullable<TimeSpan> with get, set
Public Property DefaultTtlAsIso8601 As Nullable(Of TimeSpan)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象