次の方法で共有


TaskContainerSettings.ContainerRunOptions プロパティ

定義

コンテナー作成コマンドの追加オプションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

これらの追加オプションは、Batch Service によって制御されるオプションに加えて、"docker create" コマンドの引数として提供されます。

適用対象