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 컨테이너 설정입니다. 제공되지 않으면 작업이 노드에서 직접 실행됩니다.

적용 대상