次の方法で共有


JobCreateParameters.ContainerSettings プロパティ

定義

コンテナー設定を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.containerSettings")]
public Microsoft.Azure.Management.BatchAI.Models.ContainerSettings ContainerSettings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.containerSettings")>]
member this.ContainerSettings : Microsoft.Azure.Management.BatchAI.Models.ContainerSettings with get, set
Public Property ContainerSettings As ContainerSettings

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

ジョブの Docker コンテナー設定。 指定しない場合、ジョブはノード上で直接実行されます。

適用対象