LeaseContainerResponse.LeaseId プロパティ

定義

コンテナーを削除したり、リースを更新、変更、または解放したりする要求に含める必要がある、返される一意のリース ID を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="leaseId")]
public string LeaseId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="leaseId")>]
member this.LeaseId : string with get, set
Public Property LeaseId As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象