Bagikan melalui


NodeSetup.SetupTask Property

Definition

Gets or sets setup task.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Setup task to run on cluster nodes when nodes got created or rebooted. The setup task code needs to be idempotent. Generally the setup task is used to download static data that is required for all jobs that run on the cluster VMs and/or to download/install software.

Applies to