LeaseContainerRequest.Action プロパティ

定義

リース アクションを取得または設定します。 使用可能なアクションの 1 つを指定できます。 使用できる値は、'Acquire'、'Renew'、'Change'、'Release'、'Break' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象