次の方法で共有


Container.Command プロパティ

定義

コンテナー インスタンス内で exec 形式で実行するコマンドを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.command")]
public System.Collections.Generic.IList<string> Command { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.command")>]
member this.Command : System.Collections.Generic.IList<string> with get, set
Public Property Command As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象