다음을 통해 공유


Job.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

설명

컨테이너가 클러스터 설정의 일부로 다운로드된 경우 동일한 컨테이너 이미지가 사용됩니다. 제공되지 않으면 작업이 VM에서 실행됩니다.

적용 대상