JobCreateParameters.JobPreparation 속성

정의

작업 준비를 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

도구 키트를 시작하기 전에 작업에 할당된 각 노드에서 실행할 명령줄입니다.

적용 대상