次の方法で共有


MessagingEndpointProperties.LockDurationAsIso8601 プロパティ

定義

ロック期間を取得または設定します。 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload をご覧ください。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象