共用方式為


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

備註

指定的動作將會在屬於作業的所有節點上執行

適用於