Share via


Job.JobPreparation Property

Definition

Gets or sets specifies the actions to be performed before tool kit is launched.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The specified actions will run on all the nodes that are part of the job

Applies to