Share via


JobCreateParameters.ContainerSettings Property

Definition

Gets or sets container settings.

[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

Docker container settings for the job. If not provided, the job will run directly on the node.

Applies to