TaskContainerSettings.ContainerRunOptions プロパティ

定義

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

public string ContainerRunOptions { get; }
member this.ContainerRunOptions : string
Public ReadOnly Property ContainerRunOptions As String

プロパティ値

注釈

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

適用対象