次の方法で共有


ListContainerSasInput.ExpiryTime プロパティ

定義

SAS URL の有効期限を取得または設定します。 これは、現在の時刻から 24 時間未満である必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象