Share via


Job.ContainerSettings Property

Definition

Gets or sets if provided the job will run in the specified container.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

If the container was downloaded as part of cluster setup then the same container image will be used. If not provided, the job will run on the VM.

Applies to